fix #6 windows path for build scripts

call 'node' directly in build script.
This commit is contained in:
Naoki Rinmous 2018-03-15 14:07:13 +08:00 committed by GitHub
commit 9dfc2cd335
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",