From cc2a754425316e3397500f663be01d69ba40324c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Noord?= <13665637+DanielNoord@users.noreply.github.com> Date: Thu, 6 May 2021 20:19:09 +0200 Subject: [PATCH] Run tests before build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e5fa473..2d29087 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ ], "scripts": { "eslint-src": "eslint src test", - "build": "run-s eslint-src pack-prod test", + "build": "run-s eslint-src test pack-prod", "build-test": "run-s pack-dev", "pack-prod": "webpack --env production", "pack-dev": "webpack",