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" },