Skip to content

Commit

Permalink
Enforce running the build before prepublish
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Feb 26, 2018
1 parent 2dfe682 commit 72afe3c
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 @@ -180,6 +180,7 @@
"test:watch:coverage": "jest --watch --coverage",
"report:coverage": "open coverage/lcov-report/index.html",
"report:build": "open webpack/webpack-stats.html",
"test:ci": "npm run lint -s && npm run test:coverage -s && npm run dist -s && npm run test:integration -s"
"test:ci": "npm run lint -s && npm run test:coverage -s && npm run dist -s && npm run test:integration -s",
"prepublishOnly": "npm run dist -s"
}
}

0 comments on commit 72afe3c

Please sign in to comment.