Skip to content

Commit

Permalink
chore(lib): migrate from Node 14 to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Feb 15, 2024
1 parent 06eaa55 commit 74c5321
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 20,393 deletions.
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": "storybook build -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 ../.. && build-storybook -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
2 changes: 1 addition & 1 deletion src/iotMapManager/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
node_modules/
lib/
# dist/
dist/
1 change: 0 additions & 1 deletion src/iotMapManager/.nvmrc

This file was deleted.

Loading

0 comments on commit 74c5321

Please sign in to comment.