Skip to content

Commit

Permalink
build(bazel): remove unused AIO package.json scripts
Browse files Browse the repository at this point in the history
No longer needed after the migration
  • Loading branch information
kormide authored and josephperrott committed Nov 22, 2022
1 parent 24a513b commit 837d2a7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions aio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@
"postinstall": "node tools/cli-patches/patch.js",
"prebuild": "yarn setup",
"build": "bazel build //aio:build --config=release",
"prebuild-local": "yarn setup-local",
"build-local": "yarn build --config=aio_local_deps",
"prebuild-local-ci": "yarn setup-local-ci",
"build-local-ci": "yarn ~~build --progress=false",
"extract-cli-command-docs": "node tools/transforms/cli-docs-package/extract-cli-commands.js 6ccbc6b4c",
"lint": "yarn check-env && yarn docs-lint && ng lint && yarn example-lint && yarn tools-lint && yarn security-lint",
"test": "bazel test //aio:test --test_output=streamed",
"test-and-watch": "ibazel test //aio:test-and-watch --test_output=streamed",
Expand Down Expand Up @@ -50,12 +46,10 @@
"start-local": "yarn start --config=aio_local_deps",
"boilerplate:test": "bazel test //aio/tools/examples:example-boilerplate-test",
"create-example": "bazel run //aio/tools/examples:create-example",
"build-404-page": "node scripts/build-404-page",
"update-webdriver": "node ../scripts/webdriver-manager-update.js",
"security-lint": "tsec -p tsconfig.app.json",
"~~audit-web-app": "node scripts/audit-web-app.mjs",
"~~check-env": "node scripts/check-environment",
"post~~build": "yarn build-404-page",
"~~light-server": "light-server --bind=localhost --historyindex=/index.html --no-reload"
},
"//engines-comment": "If applicable, also update /package.json and /aio/tools/examples/shared/package.json",
Expand Down

0 comments on commit 837d2a7

Please sign in to comment.