Skip to content

Commit

Permalink
run VRT before pushlish npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
tam315 committed Jul 3, 2020
1 parent fa0c6d4 commit f1aa19a
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 @@ -5,7 +5,7 @@
"main": "dist/bundle.js",
"scripts": {
"build": "del-cli dist/**/* && webpack --config ./webpack.production.config.js",
"prepublishOnly": "npm run test && del-cli dist/**/* && npm run build",
"prepublishOnly": "yarn test && yarn loki:test && del-cli dist/**/* && yarn build",
"test": "jest",
"test:watch": "jest --watch",
"storybook": "start-storybook -p 6006 -s ./public",
Expand Down

0 comments on commit f1aa19a

Please sign in to comment.