Skip to content

Commit 09868c8

Browse files
committed
adjust lint-fix script
1 parent 12e97fa commit 09868c8

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
@@ -36,7 +36,7 @@
3636
"regl-codegen": "node devtools/regl_codegen/server.js",
3737
"cibuild": "npm run empty-dist && npm run preprocess && node tasks/cibundle.js",
3838
"lint": "npx @biomejs/biome lint",
39-
"lint-fix": "npx @biomejs/biome format ./test/image/mocks --write || true",
39+
"lint-fix": "npx @biomejs/biome format ./test/image/mocks --write; npx @biomejs/biome lint --write || true",
4040
"pretest": "node tasks/pretest.js",
4141
"test-jasmine": "karma start test/jasmine/karma.conf.js",
4242
"test-mock": "node tasks/test_mock.js",

0 commit comments

Comments
 (0)