|
4 | 4 | "version": "1.0.5",
|
5 | 5 | "scripts": {
|
6 | 6 | "clean": "shx rm -rf lib lib-esm _doc build release *.log",
|
7 |
| - "build": "tsc && tsc -m es6 --outDir lib-esm && npm run fixdts", |
| 7 | + "compile": "tsc && tsc -m es6 --outDir lib-esm && npm run fixdts", |
8 | 8 | "fixdts": "dts-downlevel 'lib/**/*.d.ts' 'lib-esm/**/*.d.ts'",
|
9 |
| - "package": "npm run clean && npm run build && npm run bundle", |
| 9 | + "fixmaps": "modify_sourcemap_paths", |
| 10 | + "build": "npm run clean && npm run compile && npm run bundle && npm run fixmaps", |
10 | 11 | "bundle": "npm run bundle_router && npm run bundle_monolithic_router && npm run bundle_events && npm run bundle_resolve",
|
11 | 12 | "bundle_monolithic_router": "rollup -c --environment ROUTER,MONOLITHIC && rollup -c --environment ROUTER,MINIFY,MONOLITHIC",
|
12 | 13 | "bundle_router": "rollup -c --environment ROUTER && rollup -c --environment ROUTER,MINIFY",
|
13 | 14 | "bundle_events": "rollup -c --environment EVENTS && rollup -c --environment EVENTS,MINIFY",
|
14 | 15 | "bundle_resolve": "rollup -c --environment RESOLVE && rollup -c --environment RESOLVE,MINIFY",
|
15 |
| - "prepare": "npm run package", |
| 16 | + "prepare": "npm run build", |
| 17 | + "changelog": "update_changelog", |
| 18 | + "release": "npm run noimplicitany && node ./scripts/release.js", |
16 | 19 | "install": "node migrate/migratewarn.js",
|
17 | 20 | "noimplicitany": "tsc --noEmit --noImplicitAny --moduleResolution node --target es6 test/noimplicitany.ts",
|
18 | 21 | "test": "npm run test:integrate",
|
|
26 | 29 | "debug": "karma start --singleRun=false --autoWatch=true --autoWatchInterval=1 --browsers=Chrome",
|
27 | 30 | "docs": "./scripts/docs.js",
|
28 | 31 | "publishdocs": "node scripts/publishdocs.js",
|
29 |
| - "artifacts": "node scripts/artifact_tagging.js" |
| 32 | + "artifacts": "artifact_tagging" |
30 | 33 | },
|
31 | 34 | "homepage": "https://ui-router.github.io",
|
32 | 35 | "contributors": [
|
|
80 | 83 | "@types/angular-mocks": "^1.5.5",
|
81 | 84 | "@types/jasmine": "^2.2.34",
|
82 | 85 | "@types/jquery": "^1.10.31",
|
| 86 | + "@uirouter/publish-scripts": "^1.0.4", |
83 | 87 | "awesome-typescript-loader": "3.0.0-beta.10",
|
84 | 88 | "babel-core": "^5.8.14",
|
85 | 89 | "clone": "^1.0.2",
|
|
0 commit comments