Skip to content
Snippets Groups Projects
Commit 1983b28f authored by Todd Dembrey's avatar Todd Dembrey
Browse files

Remove the post install command

parent a1d794f6
No related branches found
No related tags found
No related merge requests found
......@@ -72,8 +72,7 @@
"build:prod": "npm-run-all clean create_dirs sync compile:*:prod",
"deploy": "npm-run-all clean create_dirs build:prod upload",
"start": "npm-run-all clean create_dirs sync compile:*:dev -p compile:*:watch watch serve --silent",
"debug": "npm-run-all clean create_dirs sync compile:*:prod -p compile:*:debug watch:*:debug --silent",
"postinstall": "npm run build"
"debug": "npm-run-all clean create_dirs sync compile:*:prod -p compile:*:debug watch:*:debug --silent"
},
"devDependencies": {
"autoprefixer": "^8.1.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment