File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 3232 run : npm publish --access public --tag=next
3333 env :
3434 NPM_TOKEN : ${{secrets.NPM_TOKEN}}
35-
36- - name : Unpublish to npmjs (for testing)
37- run : npm unpublish @innovaccer/design-system@6.0.0-0
38- env :
39- NPM_TOKEN : ${{secrets.NPM_TOKEN}}
4035
4136 - name : remove .npmrc
4237 run : rm -rf .npmrc
5651 git push https://${{ secrets.GH_TOKEN }}@github.com/$GITHUB_REPOSITORY.git $(node ./getVersion.js)
5752
5853 - name : deploy storybook
59- run : npm run deploy-storybook -- --bucket-path=webui-mds-sb-next --aws-profile=NONE --ci
54+ run : |
55+ echo "Starting storybook deployment..."
56+ npm run deploy-storybook -- --bucket-path=webui-mds-sb-next --aws-profile=NONE --ci --verbose
6057 env :
6158 AWS_SECRET_ACCESS_KEY : ${{ secrets.DOCS_KEY }}
6259 AWS_ACCESS_KEY_ID : ${{ secrets.DOCS_KEY_ID }}
Original file line number Diff line number Diff line change 11{
22 "name" : " @innovaccer/design-system" ,
3- "version" : " 5.0.0-4 " ,
3+ "version" : " 5.0.0-5 " ,
44 "description" : " React components library project for Innovaccer Design System" ,
55 "main" : " dist/cjs/index.js" ,
66 "module" : " dist/esm/index.js" ,
You can’t perform that action at this time.
0 commit comments