From 478293daa13b9c843ddeb5b9163d6d91c78252e4 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sat, 30 Jul 2022 13:23:31 +0200 Subject: [PATCH] package.json: call "gulp build" instead of "gulp build_assets" --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 08e7ea8..85f12f0 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "scripts": { "phinx": "vendor/bin/phinx", "dbmigrate": "npm run phinx migrate", - "build": "gulp build_assets", + "build": "gulp build", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Henrik Hautakoski ",