Skip to content

Commit f04b129

Browse files
josephperrottalan-agius4
authored andcommitted
build: remove references to //:npm_package which no longer exists
1 parent b36fe2d commit f04b129

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

.aspect/rules/external_repository_action_cache/npm_translate_lock_LTkzNjczMzk3Mw==

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ github-actions/pull-request-labeling/package.json=-197755049
2020
github-actions/saucelabs/package.json=855472374
2121
github-actions/unified-status-check/package.json=-337882335
2222
ng-dev/package.json=1323489217
23-
package.json=-1943466869
24-
pnpm-lock.yaml=1376788065
23+
package.json=945382576
24+
pnpm-lock.yaml=436244933
2525
pnpm-workspace.yaml=1110472849
2626
yarn.lock=-1532471435

.github/workflows/publish-snapshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
bazelrc: .bazelrc
3030
- run: yarn install --immutable
31-
- run: yarn bazel build //:npm_package //ng-dev:npm_package --config=release
31+
- run: yarn bazel build //ng-dev:npm_package --config=release
3232
- name: Publish Snapshots
3333
env:
3434
SNAPSHOT_BUILDS_GITHUB_TOKEN: ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"ng-dev": "bash ./tools/local-dev.sh",
88
"lint": "yarn tslint -c tslint.json --project tsconfig.json",
99
"build-env-stamp": "tsx --tsconfig tsconfig.json ./ng-dev/release/stamping/_private_main.ts build-env-stamp",
10-
"update-generated-files": "yarn ng-dev misc update-generated-files",
11-
"pack": "bazel run //:npm_package.pack --config=release"
10+
"update-generated-files": "yarn ng-dev misc update-generated-files"
1211
},
1312
"exports": {
1413
"./*": {

pnpm-lock.yaml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)