mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-11 12:17:14 +02:00
fix for building
This commit is contained in:
+1
-1
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user