Skip to content

Commit eab9e91

Browse files
committed
remove legacy build scripts
1 parent f94bac0 commit eab9e91

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

packages/angular/package.json

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -40,24 +40,13 @@
4040
},
4141
"scripts": {
4242
"build": "yarn build:ngc && ts-node scripts/postbuild.ts",
43-
"build:legacy": "run-p build:esm build:cjs",
4443
"build:ngc": "ng build --prod",
45-
"build:cjs": "tsc -p tsconfig.cjs.json",
4644
"build:dev": "run-s build",
47-
"build:es5": "yarn build:cjs # *** backwards compatibility - remove in v7 ***",
48-
"build:esm": "tsc -p tsconfig.esm.json",
49-
"build:types": "sc -p tsconfig.types.json",
5045
"build:watch": "run-p build:ngc:watch",
51-
"build:legacy:watch": "run-p build:esm:watch build:cjs:watch build:types:watch",
5246
"build:ngc:watch": "ng build --prod --watch",
53-
"build:cjs:watch": "tsc -p tsconfig.cjs.json --watch",
54-
"build:dev:watch": "run-s build:watch",
55-
"build:es5:watch": "yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***",
56-
"build:esm:watch": "tsc -p tsconfig.esm.json --watch",
57-
"build:types:watch": "tsc -p tsconfig.types.json --watch",
5847
"build:npm": "npm pack ./build",
59-
"circularDepCheck": "madge --circular src/index.ts #TODO change to final index path!!",
60-
"clean": "rimraf cjs esm build coverage",
48+
"circularDepCheck": "madge --circular src/index.ts",
49+
"clean": "rimraf build coverage",
6150
"fix": "run-s fix:eslint fix:prettier",
6251
"fix:eslint": "eslint . --format stylish --fix",
6352
"fix:prettier": "prettier --write \"{src,test,scripts}/**/*.ts\"",

0 commit comments

Comments
 (0)