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 a131cfe commit de168caCopy full SHA for de168ca
1 file changed
package.json
@@ -42,6 +42,8 @@
42
"lint-fix": "npx @biomejs/biome format ./test/image/mocks --write; npx @biomejs/biome lint --write || true",
43
"typecheck": "tsc --noEmit",
44
"typecheck:watch": "tsc --noEmit --watch",
45
+ "gen:types": "node tasks/generate_types.mjs && npx @biomejs/biome format --write src/types/generated",
46
+ "gen:types:check": "npm run gen:types && git diff --exit-code src/types/generated/",
47
"pretest": "node tasks/pretest.js",
48
"test-jasmine": "karma start test/jasmine/karma.conf.js",
49
"test-mock": "node tasks/test_mock.mjs",
0 commit comments