Skip to content

Commit

Permalink
ci(storybook): remove storybook deploy related code
Browse files Browse the repository at this point in the history
- it moved to the fusion-actions
  • Loading branch information
AndyKIron committed Oct 13, 2024
1 parent cf0aafd commit ecb8697
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 105 deletions.
14 changes: 0 additions & 14 deletions .github/actions/deploy-storybook.sh

This file was deleted.

85 changes: 0 additions & 85 deletions .github/workflows/deploy-storybook.yml

This file was deleted.

7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,7 @@
"release": "commit-and-tag-version",
"docs:show": "compodoc -p ./tsconfig.doc.json -s --disablePrivate --disableProtected --disableLifeCycleHooks --disableInternal",
"storybook": "ng run fusion-ui:storybook",
"build-storybook": "ng run fusion-ui:build-storybook",
"aws:build-storybook": "npm run build-storybook",
"aws:deploy-storybook": "npm run deploy:static-storybook && npm run deploy:html-storybook",
"deploy:static-storybook": "aws s3 cp ./storybook-static s3://fusion-storybook/$FOLDER --recursive --exclude 'index.html'",
"deploy:html-storybook": "aws s3 cp ./storybook-static/index.html s3://fusion-storybook/$FOLDER/index.html --cache-control='max-age=0, s-maxage=604800'",
"cf:invalidate": "aws cloudfront create-invalidation --distribution-id E3LE7X89G2T5J3 --paths \"/$FOLDER/*\" "
"build-storybook": "ng run fusion-ui:build-storybook"
},
"lint-staged": {
"**/*{.ts,.json}": "prettier --config ./prettier.config.js --write"
Expand Down

0 comments on commit ecb8697

Please sign in to comment.