Skip to content

Commit

Permalink
fix: npm build before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
liitfr committed Apr 25, 2019
1 parent 9dbebbf commit abe1451
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 @@ -10,7 +10,7 @@
"types": "dist/index.d.ts",
"scripts": {
"build": "npm run test && rollup -c",
"watch": "rollup -cw",
"prepublishOnly": "npm run build",
"test": "jest",
"test-ci": "jest --coverage --coverageReporters=text-lcov | coveralls"
},
Expand Down

0 comments on commit abe1451

Please sign in to comment.