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 0d914b2 commit 893c7d4Copy full SHA for 893c7d4
package.json
@@ -12,7 +12,9 @@
12
"test": "node tests/runner",
13
"mobile_test": "mocha tests/e2e/e2e_workflow.spec.js",
14
"test:inspect": "node --inspect --debug-brk tests/runner",
15
- "lint": "eslint ."
+ "lint-js": "eslint .",
16
+ "lint-ts": "tslint \"**/*.ts\" -c tslint.json -e \"**/__path__/*.ts\" -e \"node_modules/**\" -e \"tmp/**\"",
17
+ "lint": "npm-run-all -c lint-js lint-ts"
18
},
19
"repository": {
20
"type": "git",
@@ -65,6 +67,7 @@
65
67
"lodash": "^4.11.1",
66
68
"node-sass": "^3.7.0",
69
"npm": "3.10.2",
70
+ "npm-run-all": "^3.0.0",
71
"offline-plugin": "^3.4.1",
72
"opn": "4.0.1",
73
"parse5": "^2.1.5",
0 commit comments