We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddf07ca commit 86a55d9Copy full SHA for 86a55d9
.github/workflows/publish.yml
@@ -15,6 +15,6 @@ jobs:
15
- run: npm install
16
- run: npm run test
17
- run: npm install -g @nestjs/cli
18
- - run: npm run publish
+ - run: npm run deliver
19
env:
20
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -7,7 +7,7 @@
7
"scripts": {
8
"build": "nest build",
9
"test": "jest",
10
- "publish": "npm run build && npm publish"
+ "deliver": "npm run build && npm publish"
11
},
12
"repository": {
13
"type": "git",
0 commit comments