Fix npm package install error
Prepare dist folder before publishing the package to npm registry and publish it.development
parent
62a68f356b
commit
33707aa7df
|
@ -17,7 +17,7 @@
|
|||
},
|
||||
"main": "./javascript/dist/build.js",
|
||||
"scripts": {
|
||||
"postinstall": "grunt build --base \"$(npm prefix)\" --gruntfile etc/build/Gruntfile.js"
|
||||
"prepublish": "grunt build --base ./ --gruntfile etc/build/Gruntfile.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"grunt": "^1.0.1",
|
||||
|
|
Loading…
Reference in New Issue