Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit 82a0d48

Browse files
committed
build: remove legacy build setup scripts from package.json
1 parent 63c6418 commit 82a0d48

File tree

3 files changed

+2
-26
lines changed

3 files changed

+2
-26
lines changed

integration/lsp/jasmine.json

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

jasmine.json

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

package.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -249,12 +249,7 @@
249249
"main": "./bazel-bin/client/src/extension",
250250
"scripts": {
251251
"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/dev-infra-private/ng-dev/bundles/cli.mjs",
252-
"compile": "tsc -b && bazel build :npm",
253-
"compile:client-server": "bazel build //client:index.js //server:index.js",
254-
"compile:test": "tsc -b test.tsconfig.json",
255-
"compile:integration": "tsc -b integration && pnpm -C integration/project build",
256-
"compile:syntaxes-test": "tsc -b syntaxes/test",
257-
"build:syntaxes": "tsc -b syntaxes && node dist/syntaxes/build.js",
252+
"build:syntaxes": "bazel run //syntaxes:syntaxes",
258253
"format": "scripts/format.sh",
259254
"watch": "ibazel build //client:index.js //server:index.js",
260255
"package": "scripts/build.sh package.json",
@@ -265,12 +260,7 @@
265260
"test:inspect-client": "bazel run --config=debug //client/src/tests:test",
266261
"test:inspect-common": "bazel run --config=debug //common/tests:test",
267262
"test:inspect-server": "bazel run --config=debug //server/src/tests:test",
268-
"test:inspect-syntaxes": "bazel run --config=debug //syntaxes/test:test",
269-
"test:legacy-inspect": "compile:test && node --inspect-brk node_modules/jasmine/bin/jasmine.js --config=jasmine.json",
270-
"test:legacy": "compile:test && jasmine --config=jasmine.json",
271-
"test:legacy-lsp": "compile:integration && jasmine --config=integration/lsp/jasmine.json",
272-
"test:legacy-e2e": "compile:integration && node dist/integration/e2e",
273-
"test:legacy-syntaxes": "compile:syntaxes-test && build:syntaxes && jasmine dist/syntaxes/test/driver.js"
263+
"test:inspect-syntaxes": "bazel run --config=debug //syntaxes/test:test"
274264
},
275265
"dependencies": {
276266
"@angular/language-service": "20.2.0-rc.1",

0 commit comments

Comments
 (0)