Add quickstart command that rebuilds code without building CSS or data

This commit is contained in:
Quincy Morgan
2020-06-05 14:13:02 -04:00
parent 28bd985a31
commit 97bfffff4c

View File

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