Skip to content

Commit

Permalink
fix: Use prebuild in pcakage.json
Browse files Browse the repository at this point in the history
  • Loading branch information
1ambda committed May 18, 2017
1 parent 05af3bf commit 47d4f87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zeppelin-web/package.json
Expand Up @@ -9,8 +9,8 @@
"clean": "rimraf dist && rimraf .tmp",
"postinstall": "bower install --silent",
"prebuild": "npm-run-all clean lint:once",
"build:dist": "grunt pre-webpack-dist && webpack && grunt post-webpack-dist",
"build:ci": "grunt pre-webpack-ci && webpack && grunt post-webpack-dist",
"build:dist": "npm-run-all prebuild && grunt pre-webpack-dist && webpack && grunt post-webpack-dist",
"build:ci": "npm-run-all prebuild && grunt pre-webpack-ci && webpack && grunt post-webpack-dist",
"lint:watch": "esw --watch src",
"lint:once": "eslint src",
"predev": "grunt pre-webpack-dev",
Expand Down

0 comments on commit 47d4f87

Please sign in to comment.