Skip to content

Commit

Permalink
fix: Add the build process to prepublish step
Browse files Browse the repository at this point in the history
  • Loading branch information
rcdexta committed Jun 26, 2018
1 parent 7b07f89 commit 30526f5
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 @@ -12,7 +12,7 @@
"scripts": {
"lint": "eslint components/** tests/**",
"lintfix": "eslint --fix components/** tests/**",
"prepublish": "npm run lint",
"prepublish": "npm run lint && npm run build",
"semantic-release": "semantic-release",
"storybook": "start-storybook -p 6006",
"test": "mocha --require tests/config/setup 'tests/**/*.test.js'",
Expand Down

0 comments on commit 30526f5

Please sign in to comment.