Skip to content

Commit

Permalink
Update npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsJonQ committed May 6, 2018
1 parent d7a1586 commit c00ae8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"lint": "standard 'src/**/*.js' --fix",
"test": "npm run lint && npm run test:coverage",
"test:coverage": "jest --coverage",
"publish": "np --no-yarn --no-publish",
"publish": "np --no-yarn --no-publish && npm run publish:npm",
"publish:npm": "npm publish",
"version": "npm run build",
"postversion": "npm publish",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
Expand Down

0 comments on commit c00ae8a

Please sign in to comment.