From 6f991bad8d140a31b4eab78524d63847327814c1 Mon Sep 17 00:00:00 2001 From: Rick van den Hof Date: Thu, 23 Apr 2020 08:43:41 +0200 Subject: [PATCH] fixup! Update workflow files from stardust-npm-scripts --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index bc9791e..e0877a6 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "rules/*.js" ], "scripts": { + "build": "exit 0", "lint": "eslint '**/*.js'", "lint:fix": "eslint --fix '**/*.js'", "test": "npm run test:css && npm run test:scss",