Merge pull request #79 from gabrielbazan7/fix/fsextra
add fs extra to package json
This commit is contained in:
commit
5226a7d9fb
2 changed files with 2 additions and 2 deletions
|
|
@ -85,7 +85,7 @@
|
||||||
"xcode": "^0.8.2"
|
"xcode": "^0.8.2"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"preinstall": "bower install && cd app-template && node apply.js",
|
"preinstall": "bower install && npm i fs-extra && cd app-template && node apply.js",
|
||||||
"postinstall": "npm run build",
|
"postinstall": "npm run build",
|
||||||
"build": "grunt",
|
"build": "grunt",
|
||||||
"start": "node app.js",
|
"start": "node app.js",
|
||||||
|
|
|
||||||
|
|
@ -88,7 +88,7 @@
|
||||||
"xcode": "^0.8.2"
|
"xcode": "^0.8.2"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"preinstall": "bower install && cd app-template && node apply.js",
|
"preinstall": "bower install && npm i fs-extra && cd app-template && node apply.js",
|
||||||
"postinstall": "npm run build",
|
"postinstall": "npm run build",
|
||||||
"build": "grunt",
|
"build": "grunt",
|
||||||
"start": "node app.js",
|
"start": "node app.js",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue