Skip to content

Commit 8f4e101

Browse files
alan-agius4angular-robot[bot]
authored andcommitted
build: remove no longer used scripts
This commit removes scripts which have been replaced with Bazel.
1 parent 70fcd37 commit 8f4e101

File tree

6 files changed

+83
-734
lines changed

6 files changed

+83
-734
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@
1919
],
2020
"scripts": {
2121
"admin": "node ./bin/devkit-admin",
22-
"bazel:test": "bazel test //packages/...",
22+
"test": "bazel test //packages/...",
2323
"build": "node ./bin/devkit-admin build",
24-
"build:bazel": "node ./bin/devkit-admin build-bazel",
2524
"build-tsc": "tsc -p tsconfig.json",
2625
"lint": "eslint --cache --max-warnings=0 \"**/*.ts\"",
2726
"ng-dev": "cross-env TS_NODE_PROJECT=$PWD/.ng-dev/tsconfig.json TS_NODE_TRANSPILE_ONLY=1 node --no-warnings --loader ts-node/esm node_modules/@angular/ng-dev/bundles/cli.mjs",

scripts/build-bazel.ts

Lines changed: 0 additions & 156 deletions
This file was deleted.

0 commit comments

Comments
 (0)