From b6d98c07de57d70d59e3f04a656ff6f50d06d0bc Mon Sep 17 00:00:00 2001 From: Martin Woodward Date: Wed, 16 Dec 2020 09:59:53 +0000 Subject: [PATCH] Add default build step --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e4b5f54..e219813 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,8 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "preinstall": "npx npm-force-resolutions", - "start": "node node_modules/gulp/bin/gulp.js auto" + "start": "node node_modules/gulp/bin/gulp.js auto", + "build": "exit 0" }, "devDependencies": { "browser-sync": "^2.18.2",