mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-12-23 10:38:55 +00:00
Build files immediately after install so npm link does not cause problems
This commit is contained in:
parent
231467c9f2
commit
fbf956e7be
@ -11,7 +11,7 @@
|
||||
],
|
||||
"main": "lib/buildApp.js",
|
||||
"scripts": {
|
||||
"dev-up": "npm install && (cd app && npm install)",
|
||||
"dev-up": "npm install && (cd app && npm install) && npm run build",
|
||||
"test": "gulp test",
|
||||
"clean": "gulp clean",
|
||||
"build": "gulp build",
|
||||
|
Loading…
Reference in New Issue
Block a user