We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78801c7 commit 61a2830Copy full SHA for 61a2830
package.json
@@ -6,7 +6,7 @@
6
"prestart": "babel-node buildScripts/startMessage.js",
7
"start": "npm-run-all --parallel security-check open:src lint:watch test:watch start-mockapi",
8
"open:src": "babel-node buildScripts/srcServer.js",
9
- "lint": "esw webpack.config.* src buildScripts --color",
+ "lint": "esw webpack.config.* src buildScripts",
10
"lint:watch": "npm run lint -- --watch",
11
"security-check": "nsp check",
12
"localtunnel": "lt --port 3000",
0 commit comments