Skip to content

Commit 51fd7b7

Browse files
committed
adding nest cli to publish
1 parent fbb25a4 commit 51fd7b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
registry-url: 'https://registry.npmjs.org'
1515
- run: npm install
1616
- run: npm run test
17+
- run: npm install -g @nestjs/cli
1718
- run: npm run publish
1819
env:
1920
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)