From 3c5376dc51b0516f12931e702aded67e8d9f95f2 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Mon, 11 Aug 2025 13:35:13 +0000 Subject: [PATCH] build: remove references to //:npm_package which no longer exists --- .../npm_translate_lock_LTkzNjczMzk3Mw== | 4 ++-- .github/workflows/publish-snapshots.yml | 2 +- package.json | 3 +-- pnpm-lock.yaml | 1 - 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.aspect/rules/external_repository_action_cache/npm_translate_lock_LTkzNjczMzk3Mw== b/.aspect/rules/external_repository_action_cache/npm_translate_lock_LTkzNjczMzk3Mw== index 27ec00255..13e5e1934 100755 --- a/.aspect/rules/external_repository_action_cache/npm_translate_lock_LTkzNjczMzk3Mw== +++ b/.aspect/rules/external_repository_action_cache/npm_translate_lock_LTkzNjczMzk3Mw== @@ -20,7 +20,7 @@ github-actions/pull-request-labeling/package.json=-197755049 github-actions/saucelabs/package.json=855472374 github-actions/unified-status-check/package.json=-337882335 ng-dev/package.json=1323489217 -package.json=-1943466869 -pnpm-lock.yaml=1376788065 +package.json=945382576 +pnpm-lock.yaml=436244933 pnpm-workspace.yaml=1110472849 yarn.lock=-1532471435 diff --git a/.github/workflows/publish-snapshots.yml b/.github/workflows/publish-snapshots.yml index 990731139..e918c2565 100644 --- a/.github/workflows/publish-snapshots.yml +++ b/.github/workflows/publish-snapshots.yml @@ -28,7 +28,7 @@ jobs: with: bazelrc: .bazelrc - run: yarn install --immutable - - run: yarn bazel build //:npm_package //ng-dev:npm_package --config=release + - run: yarn bazel build //ng-dev:npm_package --config=release - name: Publish Snapshots env: SNAPSHOT_BUILDS_GITHUB_TOKEN: ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }} diff --git a/package.json b/package.json index 665ac5c09..31a1642b0 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,7 @@ "ng-dev": "bash ./tools/local-dev.sh", "lint": "yarn tslint -c tslint.json --project tsconfig.json", "build-env-stamp": "tsx --tsconfig tsconfig.json ./ng-dev/release/stamping/_private_main.ts build-env-stamp", - "update-generated-files": "yarn ng-dev misc update-generated-files", - "pack": "bazel run //:npm_package.pack --config=release" + "update-generated-files": "yarn ng-dev misc update-generated-files" }, "exports": { "./*": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ac68e73ac..4376b9825 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1865,7 +1865,6 @@ packages: /@bazel/typescript@5.8.1(typescript@5.8.3): resolution: {integrity: sha512-NAJ8WQHZL1WE1YmRoCrq/1hhG15Mvy/viWh6TkvFnBeEhNUiQUsA5GYyhU1ztnBIYW03nATO3vwhAEfO7Q0U5g==} - deprecated: No longer maintained, https://github.com/aspect-build/rules_ts is the recommended replacement hasBin: true peerDependencies: typescript: '>=3.0.0'