Add debug flag to dev mode

feature/default_network_editable
Dan Finlay 8 years ago
parent 036b0e4cca
commit 94f2554369
  1. 4
      package.json

@ -4,9 +4,9 @@
"public": false, "public": false,
"private": true, "private": true,
"scripts": { "scripts": {
"start": "gulp dev", "start": "npm run dev",
"lint": "gulp lint", "lint": "gulp lint",
"dev": "gulp dev", "dev": "gulp dev --debug",
"dist": "gulp dist", "dist": "gulp dist",
"buildCiUnits": "node test/integration/index.js", "buildCiUnits": "node test/integration/index.js",
"test": "npm run fastTest && npm run ci && npm run lint", "test": "npm run fastTest && npm run ci && npm run lint",

Loading…
Cancel
Save