From 5e85f63d377524995456eaf559bb7353b6838f60 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Mon, 25 Jun 2018 15:18:21 +0200 Subject: [PATCH] package.json: "gulp all" should be "gulp build-assets" --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6e8ce04..ab72ccc 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "gulp-uglify": "^3.0.0" }, "scripts": { - "build": "gulp all", + "build": "gulp build-assets", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Henrik Hautakoski ",