Skip to content

Commit

Permalink
Adjust prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed Dec 2, 2017
1 parent f30f210 commit 7f7cc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"build:bundle": "cross-env NODE_ENV=production rollup --config",
"build:es2015": "cross-env NODE_ENV=production babel ./src --out-dir ./build/src",
"build": "npm run build:bundle && npm run build:es2015 && npm run build:copy",
"prepublish": "npm run test && npm run lint && npm run build",
"prepublish": "cd .. && npm run test && npm run lint && npm run build && cd -",
"webpack": "webpack",
"lint": "eslint ./src/**/*.js*"
},
Expand Down

0 comments on commit 7f7cc5b

Please sign in to comment.