We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7f72ab commit 76ba097Copy full SHA for 76ba097
package.json
@@ -19,7 +19,7 @@
19
"test": "node ./scripts/run-component-tests.js",
20
"test-local": "yarn -s test --local",
21
"test-firefox": "yarn -s test --firefox",
22
- "lint": "yarn -s tslint && yarn -s stylelint && yarn -s bazel:format-lint && yarn -s ownerslint",
+ "lint": "yarn -s tslint && yarn -s stylelint && yarn -s ownerslint && yarn -s ng-dev format changed --check",
23
"e2e": "bazel test //src/... --test_tag_filters=e2e",
24
"deploy-dev-app": "node ./scripts/deploy-dev-app.js",
25
"breaking-changes": "ts-node --project scripts/tsconfig.json scripts/breaking-changes.ts",
0 commit comments