fix for building

This commit is contained in:
Wouter van der Plas
2021-10-24 12:29:17 +02:00
parent 6775b67bcd
commit 78dff17a07
+1 -1
View File
@@ -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"
},