From 97bfffff4c771e264b96681eeb3b8a565b20a2e8 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Fri, 5 Jun 2020 14:13:02 -0400 Subject: [PATCH] Add `quickstart` command that rebuilds code without building CSS or data --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 2e48c4f83..48b5253df 100644 --- a/package.json +++ b/package.json @@ -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",