Skip to content

Commit 86a55d9

Browse files
committed
Fixing recursion in scripts
1 parent ddf07ca commit 86a55d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
- run: npm install
1616
- run: npm run test
1717
- run: npm install -g @nestjs/cli
18-
- run: npm run publish
18+
- run: npm run deliver
1919
env:
2020
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"build": "nest build",
99
"test": "jest",
10-
"publish": "npm run build && npm publish"
10+
"deliver": "npm run build && npm publish"
1111
},
1212
"repository": {
1313
"type": "git",

0 commit comments

Comments
 (0)