|
15 | 15 | "bundle_router": "rollup -c --environment ROUTER && rollup -c --environment ROUTER,MINIFY", |
16 | 16 | "bundle_events": "rollup -c --environment EVENTS && rollup -c --environment EVENTS,MINIFY", |
17 | 17 | "bundle_resolve": "rollup -c --environment RESOLVE && rollup -c --environment RESOLVE,MINIFY", |
18 | | - "noimplicitany": "tsc --noEmit --noImplicitAny --moduleResolution node --target es6 test/noimplicitany.ts", |
19 | | - "test": "tsc && npm run noimplicitany && npm run test:ng16 && npm run test:ng15 && npm run test:ng14 && npm run test:ng13 && npm run test:ng12", |
| 18 | + "test": "tsc && npm run test:ng16 && npm run test:ng15 && npm run test:ng14 && npm run test:ng13 && npm run test:ng12", |
20 | 19 | "test:ng12": "karma start --ngversion 1.2", |
21 | 20 | "test:ng13": "karma start --ngversion 1.3", |
22 | 21 | "test:ng14": "karma start --ngversion 1.4", |
|
26 | 25 | "watch": "karma start --singleRun=false --autoWatch=true --autoWatchInterval=1", |
27 | 26 | "debug": "karma start --singleRun=false --autoWatch=true --autoWatchInterval=1 --browsers=Chrome", |
28 | 27 | "docs": "./scripts/docs.js", |
29 | | - "release": "npm run noimplicitany && release --deps @uirouter/core && node ./scripts/bower_release.js", |
| 28 | + "release": "release --deps @uirouter/core && node ./scripts/bower_release.js", |
30 | 29 | "prepublishOnly": "npm run build", |
31 | 30 | "publishdocs": "node scripts/publishdocs.js", |
32 | 31 | "artifacts": "artifact_tagging" |
|
0 commit comments