Skip to content

Commit dffd1bc

Browse files
committed
imp(pkg): don't use yarn workspaces for lint/check-lint
1 parent 3732365 commit dffd1bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"scripts": {
55
"build": "node bin/build_javascript.js && node bin/build_styles.js",
66
"test": "bin/run-vitest-all.sh",
7-
"lint": "yarn workspaces run biome lint src test --apply",
7+
"lint": "biome lint src/*/assets/src src/*/assets/test --apply",
88
"format": "biome format src/*/assets/src/*.ts src/*/assets/test/*.js {,src/*/}*.{json,md} --write",
9-
"check-lint": "yarn workspaces run biome lint src test",
9+
"check-lint": "biome lint src/*/assets/src src/*/assets/test",
1010
"check-format": "biome format src/*/assets/src/*.ts src/*/assets/test/*.js {,src/*/}*.{json,md}"
1111
},
1212
"devDependencies": {

0 commit comments

Comments
 (0)