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 12e97fa commit 09868c8Copy full SHA for 09868c8
package.json
@@ -36,7 +36,7 @@
36
"regl-codegen": "node devtools/regl_codegen/server.js",
37
"cibuild": "npm run empty-dist && npm run preprocess && node tasks/cibundle.js",
38
"lint": "npx @biomejs/biome lint",
39
- "lint-fix": "npx @biomejs/biome format ./test/image/mocks --write || true",
+ "lint-fix": "npx @biomejs/biome format ./test/image/mocks --write; npx @biomejs/biome lint --write || true",
40
"pretest": "node tasks/pretest.js",
41
"test-jasmine": "karma start test/jasmine/karma.conf.js",
42
"test-mock": "node tasks/test_mock.js",
0 commit comments