Skip to content

Commit 317ab32

Browse files
author
naman-contentstack
committed
removed install plugins command
1 parent db4a7de commit 317ab32

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
- run: npm ci
2727
- run: npm run build --if-present
2828
- run: npm i -g @contentstack/cli
29-
- run: csdx plugins:install contentstack-cli-tsgen
3029
- run: csdx config:set:region ${{secrets.REGION}}
3130
- run: csdx auth:tokens:add -a ${{ secrets.TOKEN_ALIAS }} --delivery -k ${{ secrets.APIKEY }} --token ${{ secrets.DELIVERYKEY }} -e ${{ secrets.ENVIRONMENT }}
3231
- run: npm run prepack

0 commit comments

Comments
 (0)