call 'node' directly in build script.

This should resolve #6.
This commit is contained in:
Nato Morichika 2018-03-14 14:24:58 -04:00 committed by GitHub
parent f441900bca
commit 066c5d82fe
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",