From 9fe7de9e8c1b0afdc4b5229fb14fd0fb81eeb85e Mon Sep 17 00:00:00 2001 From: Thomas Cazade Date: Fri, 8 Dec 2017 12:41:00 +0100 Subject: [PATCH] Test broke, revert back to stable state --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 862b319..d150c53 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "start": "node node_modules/gulp/bin/gulp.js", "build": "node node_modules/gulp/bin/gulp.js build", "test": "echo \"Error: no test specified\" && exit 1", - "postinstall": "gulp build" + "postinstall": "node node_modules/gulp/bin/gulp.js build" }, "repository": { "type": "git",