fix #6 windows path for build scripts
call 'node' directly in build script.
This commit is contained in:
commit
9dfc2cd335
@ -14,7 +14,7 @@
|
||||
},
|
||||
"homepage": "https://futa.moe/amphineko/",
|
||||
"scripts": {
|
||||
"build": "node_modules/gulp/bin/gulp.js"
|
||||
"build": "node ./node_modules/gulp/bin/gulp.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"gulp": "^3.9.1",
|
||||
|
Loading…
Reference in New Issue
Block a user