Update package.json

Corrected postinstall
development
David Benson 2017-12-14 13:54:29 +00:00 committed by GitHub
parent fbc732f73f
commit 3a05b1a3b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
},
"main": "./javascript/dist/build.js",
"scripts": {
"postinstall": "grunt build"
"postinstall": "grunt build --base \"$(npm prefix)\" --gruntfile etc/build/Gruntfile.js"
},
"dependencies": {
"grunt": "^1.0.1",