Fix post-install hook

This commit is contained in:
BoykoAlex
2017-08-22 12:46:38 -04:00
parent 5bf5d36fc1
commit a8e71de204

View File

@@ -38,7 +38,7 @@
"lint": "tslint ./src/**/*.ts -t verbose",
"release": "standard-version",
"postinstall": "postinstall-build --only-as-dependency dist \"npm run build\" && rm -rf ./node_modules"
"postinstall": "postinstall-build --only-as-dependency dist \"npm run build && rimraf node_modules\""
},
"dependencies": {
"@angular/core": "^4.2.4",