mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-26 14:00:31 +01:00
Add quickstart command that rebuilds code without building CSS or data
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
"imagery": "node scripts/update_imagery.js",
|
||||
"lint": "eslint scripts test/spec modules",
|
||||
"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:spec": "phantomjs --web-security=no node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js test/index.html spec",
|
||||
|
||||
Reference in New Issue
Block a user