Skip to content

Commit

Permalink
fix(release): forgot to build before publish 😱
Browse files Browse the repository at this point in the history
  • Loading branch information
DrSensor committed Aug 17, 2018
1 parent e8125be commit 0a230de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"test": "jest || true",
"test:watch": "jest --watch || true",
"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage || true",
"prepare": "flow-typed install jest && flow-typed install --ignoreDeps dev && npm run lint:fix"
"prepare": "flow-typed install jest && flow-typed install --ignoreDeps dev && npm run lint:fix",
"prepublish": "npm run build"
},
"files": ["dist/"],
"engines": {
Expand Down

0 comments on commit 0a230de

Please sign in to comment.