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