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 2e01e63 commit 8e34cdbCopy full SHA for 8e34cdb
package.json
@@ -11,7 +11,7 @@
11
"build": "run-s compile bundle fixmaps:*",
12
"release": "release --deps @uirouter/core",
13
"travis": "npm run build && npm run noimplicitany && npm run test",
14
- "test": "karma start && npm run test:downstream",
+ "test": "karma start",
15
"test:downstream": "npm run build && test_downstream_projects",
16
"noimplicitany": "tsc --noEmit --noImplicitAny --skipLibCheck --moduleResolution node --target es6 test/noimplicitany.ts",
17
"debug": "karma start --singleRun=false --autoWatch=true --autoWatchInterval=1 --browsers=Chrome",
0 commit comments