Skip to content

Commit

Permalink
Move node version check to prebuild run script
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed Jan 9, 2018
1 parent 7b895a7 commit daf9490
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 @@ -29,8 +29,9 @@
},
"scripts": {
"build-clean": "rimraf ./packages/*/build ./packages/*/build-module",
"prebuild": "check-node-version --package",
"build": "node ./scripts/build.js",
"postinstall": "lerna bootstrap && check-node-version --package && npm run build",
"postinstall": "lerna bootstrap && npm run build",
"test": "jest",
"test:coverage": "jest --coverage",
"test:coverage-ci": "jest --coverage && codecov",
Expand Down

0 comments on commit daf9490

Please sign in to comment.