Skip to content

Commit

Permalink
gh page on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeIJ committed Oct 21, 2022
1 parent 30b9938 commit 8dfd2f8
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 @@ -83,7 +83,7 @@
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"docs": "rm -rf ./docs && npm run build-storybook && mv ./storybook-static ./docs",
"docs": "rm -rf ./docs && npm run build-storybook && mv ./storybook-static ./docs && npm run gh",
"preview": "vite preview",
"lint": "eslint . --fix && prettier -w .",
"prepublishOnly": "npm run lint && npm run docs && clean-package && echo ⚠ Remember to run npx clean-package restore ⚠",
Expand Down

0 comments on commit 8dfd2f8

Please sign in to comment.