Skip to content

Commit

Permalink
test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Feb 15, 2024
1 parent 3e87205 commit 8fb62ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"scripts": {
"storybook": "storybook dev -p 6006",
"build-storybook": "cd src/iotMapManager && npm i && npm run build && cd ../.. && npm run build-storybook -o ./docs && mkdir -p docs/assets/img && cp src/iotMapManager/img/* docs/assets/img/",
"build-storybook": "cd src/iotMapManager && npm i && npm run build && cd ../.. && storybook build -o ./docs && mkdir -p docs/assets/img && cp src/iotMapManager/img/* docs/assets/img/",
"deploy-storybook": "git add docs && git commit -m 'chore(storybook): deploy' --allow-empty && git subtree split --branch gh-pages --prefix docs && git push origin gh-pages -f && echo 'Storybook successfully deployed'"
},
"repository": {
Expand Down

0 comments on commit 8fb62ee

Please sign in to comment.