Skip to content

Commit 1deedaf

Browse files
committed
bring back the build magic
1 parent c8d3e10 commit 1deedaf

File tree

10 files changed

+206
-180
lines changed

10 files changed

+206
-180
lines changed

package-lock.json

+109-156
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"test:typings": "node ./tools/run-typings-test.js",
1818
"test:build": "bash ./test/ng-build/build.sh",
1919
"test:all": "npm run test:node-esm && npm run test:chrome-headless && npm run test:typings && npm run test:build",
20-
"build": "rimraf dist && tsc -p tsconfig.build.json && node --trace-warnings ./tools/build.js && npm pack ./dist/packages-dist",
20+
"build": "rimraf dist && tspc -p tsconfig.build.json && node --trace-warnings ./tools/build.js && npm pack ./dist/packages-dist",
2121
"buildd": "tsc -p tsconfig.build.json && node --trace-warnings ./tools/build.js && npm pack ./dist/packages-dist",
2222
"build:jasmine": "npx tsc -p tsconfig.jasmine.json --module es2015 && cp ./dist/out-tsc/jasmine/tools/jasmine.js ./dist/out-tsc/jasmine/tools/jasmine.mjs && npx tsc -p tsconfig.jasmine.json && cp ./dist/packages-dist/schematics/versions.json ./dist/out-tsc/jasmine/schematics",
2323
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1"
@@ -119,9 +119,9 @@
119119
"rimraf": "^2.5.4",
120120
"schematics-utilities": "^2.0.1",
121121
"shelljs": "^0.8.0",
122+
"ts-patch": "^3.0.2",
122123
"ts-transformer-keys": "^0.4.2",
123124
"tslint": "~6.1.0",
124-
"ttypescript": "^1.5.12",
125125
"typescript": ">=4.9.3 <5.2"
126126
},
127127
"typings": "index.d.ts"

0 commit comments

Comments
 (0)