Skip to content

Commit

Permalink
fix: add prepublishOnly script to package.json (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkGenius authored Oct 11, 2022
1 parent 5b073db commit 9dd3b74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"lint:prettier": "prettier --check '**/*.md'",
"lint": "run-p lint:*",
"build-storybook": "build-storybook",
"start": "TS_NODE_PROJECT=.storybook/tsconfig.json start-storybook"
"start": "TS_NODE_PROJECT=.storybook/tsconfig.json start-storybook",
"prepublishOnly": "npm run build"
},
"dependencies": {
"react-transition-group": "^4.4.1",
Expand Down

0 comments on commit 9dd3b74

Please sign in to comment.