Skip to content

Commit dc38ab7

Browse files
crisbetoandrewseguin
authored andcommitted
build: remove deleted script from lint (#19627)
The `bazel:format-lint` script was removed, but it's still referenced in the `lint` script.
1 parent 72af3cd commit dc38ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"test": "node ./scripts/run-component-tests.js",
2020
"test-local": "yarn -s test --local",
2121
"test-firefox": "yarn -s test --firefox",
22-
"lint": "yarn -s tslint && yarn -s stylelint && yarn -s bazel:format-lint && yarn -s ownerslint",
22+
"lint": "yarn -s tslint && yarn -s stylelint && yarn -s ownerslint && yarn -s ng-dev format changed --check",
2323
"e2e": "bazel test //src/... --test_tag_filters=e2e",
2424
"deploy-dev-app": "node ./scripts/deploy-dev-app.js",
2525
"breaking-changes": "ts-node --project scripts/tsconfig.json scripts/breaking-changes.ts",

0 commit comments

Comments
 (0)