2
2
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:
Jia Hao 2016-01-24 15:19:48 +08:00
parent 231467c9f2
commit fbf956e7be

View File

@ -11,7 +11,7 @@
], ],
"main": "lib/buildApp.js", "main": "lib/buildApp.js",
"scripts": { "scripts": {
"dev-up": "npm install && (cd app && npm install)", "dev-up": "npm install && (cd app && npm install) && npm run build",
"test": "gulp test", "test": "gulp test",
"clean": "gulp clean", "clean": "gulp clean",
"build": "gulp build", "build": "gulp build",