Skip to content

Commit

Permalink
Added: linting as pre-release step.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmariuzzo committed Mar 24, 2018
1 parent f5e9e80 commit 5c15f97
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 @@ -60,7 +60,7 @@
"scripts": {
"build": "cross-env NODE_ENV=production rollup -c",
"release": "np",
"prerelease": "npm run build",
"prerelease": "npm run lint && npm run build",
"lint": "eslint ./src",
"storybook": "cross-env NODE_ENV=test start-storybook -p 6006",
"build-storybook": "cross-env NODE_ENV=test build-storybook -o docs"
Expand Down

0 comments on commit 5c15f97

Please sign in to comment.