Skip to content

Commit

Permalink
fix: pre-deploy throws nest: not found (#130)
Browse files Browse the repository at this point in the history
* fix: pre-deploy throws nest: not found

Signed-off-by: huyikun.hyk <[email protected]>

* update: version.md

Signed-off-by: huyikun.hyk <[email protected]>

---------

Signed-off-by: huyikun.hyk <[email protected]>
Co-authored-by: huyikun.hyk <[email protected]>
  • Loading branch information
huyikun and huyikun.hyk authored Jan 18, 2024
1 parent f094de7 commit 105c3e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion update.list
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web-framework/nginx
web-framework/nodejs/nest
2 changes: 1 addition & 1 deletion web-framework/nodejs/nest/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Type: Application
Name: start-nest
Version: 1.2.24
Version: 1.2.25
Provider:
- 阿里云
Description: Nest (NestJS) 是一个用于构建高效、可扩展的 Node.js 服务器端应用程序的开发框架。
Expand Down
2 changes: 1 addition & 1 deletion web-framework/nodejs/nest/src/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs/cli": "^8.0.0",
"@nestjs/common": "^8.0.0",
"@nestjs/core": "^8.0.0",
"@nestjs/platform-express": "^8.0.0",
Expand All @@ -28,7 +29,6 @@
"rxjs": "^7.2.0"
},
"devDependencies": {
"@nestjs/cli": "^8.0.0",
"@nestjs/schematics": "^8.0.0",
"@nestjs/testing": "^8.0.0",
"@types/express": "^4.17.13",
Expand Down

0 comments on commit 105c3e2

Please sign in to comment.