Skip to content

Commit

Permalink
Split out all build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeSheard committed Jul 14, 2018
1 parent a011d30 commit a8b6580
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"devDependencies": {
"lerna": "^2.5.1"
"lerna": "^2.5.1",
"rimraf": "^2.6.2"
},
"scripts": {
"prebuild": "lerna exec -- rimraf build",
"build": "[[ -z \"${PSP_DOCKER}\" ]] && npm run _build || npm run _emsdk -- npm run _build",
"build_test": "[[ -z \"${PSP_DOCKER}\" ]] && npm run _build_test || npm run _emsdk -- npm run _build_test",
"test": "npm run _test_perspective && npm run _test_viewer && npm run _test_hypergrid && npm run _test_highcharts",
Expand Down
2 changes: 1 addition & 1 deletion packages/perspective-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
},
"devDependencies": {
"http-server": "^0.10.0",
"npm-run-all": "^4.1.2"
"npm-run-all": "^4.1.3"
}
}

0 comments on commit a8b6580

Please sign in to comment.