From 78dff17a07acf64aa1acd1b98a448580e8059af5 Mon Sep 17 00:00:00 2001 From: Wouter van der Plas Date: Sun, 24 Oct 2021 12:29:17 +0200 Subject: [PATCH] fix for building --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c285d871a..a54ca2d43 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "start": "npm-run-all -s build start:server", "quickstart": "npm-run-all -s build:dev start:server", "start:server": "node scripts/server.js", - "test": "npm-run-all -s lint build:css build:data build:legacy test:spec", + "test": "npm-run-all -s lint build test:spec", "test:spec": "karma start karma.conf.js", "translations": "node scripts/update_locales.js" },