From 066c5d82fe147f1fbe2905652b9a9227fb57c632 Mon Sep 17 00:00:00 2001 From: Nato Morichika Date: Wed, 14 Mar 2018 14:24:58 -0400 Subject: [PATCH] call 'node' directly in build script. This should resolve #6. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9c04296..4de7c60 100644 --- a/package.json +++ b/package.json @@ -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",