From adca267cfce7527c0b9b89f8615cdf24eee4d0d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Noord?= <13665637+DanielNoord@users.noreply.github.com> Date: Mon, 12 Apr 2021 21:21:10 +0200 Subject: [PATCH] Added test to build command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 817c138..2cb89c5 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "scripts": { "copy-file": "cp dist/CookieMonster.js CookieMonster.js", "eslint-src": "eslint src", - "build": "run-s eslint-src pack-prod remove-comment copy-file", + "build": "run-s eslint-src pack-prod remove-comment copy-file test", "build-test": "run-s pack-dev", "pack-prod": "webpack --env production", "pack-dev": "webpack",