Skip to content

Commit 105c3e2

Browse files
huyikunhuyikun.hyk
andauthored
fix: pre-deploy throws nest: not found (#130)
* 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]>
1 parent f094de7 commit 105c3e2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

update.list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web-framework/nginx
1+
web-framework/nodejs/nest

web-framework/nodejs/nest/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Type: Application
22
Name: start-nest
3-
Version: 1.2.24
3+
Version: 1.2.25
44
Provider:
55
- 阿里云
66
Description: Nest (NestJS) 是一个用于构建高效、可扩展的 Node.js 服务器端应用程序的开发框架。

web-framework/nodejs/nest/src/code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"test:e2e": "jest --config ./test/jest-e2e.json"
2121
},
2222
"dependencies": {
23+
"@nestjs/cli": "^8.0.0",
2324
"@nestjs/common": "^8.0.0",
2425
"@nestjs/core": "^8.0.0",
2526
"@nestjs/platform-express": "^8.0.0",
@@ -28,7 +29,6 @@
2829
"rxjs": "^7.2.0"
2930
},
3031
"devDependencies": {
31-
"@nestjs/cli": "^8.0.0",
3232
"@nestjs/schematics": "^8.0.0",
3333
"@nestjs/testing": "^8.0.0",
3434
"@types/express": "^4.17.13",

0 commit comments

Comments
 (0)