Skip to content

Commit c4e973d

Browse files
committed
chore: adjust package json test
1 parent 33f96c1 commit c4e973d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"lint:sarif": "npx eslint . --config .eslintrc.json --format @microsoft/eslint-formatter-sarif --output-file eslint-results.sarif",
2424
"lint:fix": "npx eslint . --config .eslintrc.json --fix",
2525
"format": "prettier --write . && npm run format --silent --workspaces --if-present",
26-
"format:quick": "pretty-quick"
26+
"format:quick": "pretty-quick",
27+
"test": "lerna run --ignore @thing-description-playground/web test"
2728
}
2829
}

0 commit comments

Comments
 (0)