Skip to content
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.

Commit

Permalink
build(package.json): fix prepublish script
Browse files Browse the repository at this point in the history
accidentally pulled in skeleton changes that run flow, but it's not in this project
  • Loading branch information
jedwards1211 committed Mar 22, 2017
1 parent 5bfb033 commit da33f01
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 @@ -8,7 +8,7 @@
"lint:fix": "eslint src test --fix; exit 0",
"build": "rm -rf lib; NODE_ENV=production babel src --out-dir lib",
"test": "rm -rf testlib; NODE_ENV=production babel src --out-dir testlib/src && NODE_ENV=production babel test --out-dir testlib/test && jasmine",
"prepublish": "eslint src test --fix && flow status && npm run test && npm run build"
"prepublish": "eslint src test && npm run test && npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit da33f01

Please sign in to comment.