We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33f96c1 commit c4e973dCopy full SHA for c4e973d
package.json
@@ -23,6 +23,7 @@
23
"lint:sarif": "npx eslint . --config .eslintrc.json --format @microsoft/eslint-formatter-sarif --output-file eslint-results.sarif",
24
"lint:fix": "npx eslint . --config .eslintrc.json --fix",
25
"format": "prettier --write . && npm run format --silent --workspaces --if-present",
26
- "format:quick": "pretty-quick"
+ "format:quick": "pretty-quick",
27
+ "test": "lerna run --ignore @thing-description-playground/web test"
28
}
29
0 commit comments