Skip to content

Commit e7e787f

Browse files
author
naman-contentstack
committed
updated workflow
1 parent 6f3d364 commit e7e787f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
- run: csdx plugins:install contentstack-cli-tsgen
3030
- run: csdx config:set:region ${{secrets.REGION}}
3131
- run: csdx auth:tokens:add -a ${{ secrets.TOKEN_ALIAS }} --delivery -k ${{ secrets.APIKEY }} --token ${{ secrets.DELIVERYKEY }} -e ${{ secrets.ENVIRONMENT }}
32+
- run: npm run prepack
33+
- run: csdx plugins:link
3234
- run: npm test
3335
env:
3436
TOKEN_ALIAS: ${{ secrets.TOKEN_ALIAS }}

0 commit comments

Comments
 (0)