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 43cff47 commit 2bd490dCopy full SHA for 2bd490d
package.json
@@ -23,7 +23,7 @@
23
"check:write": "biome check --write .",
24
"ci": "biome ci .",
25
"test": "vitest",
26
- "update-fixtures": "bun ./test/update-fixtures.ts && biome check --write ./test/fixtures"
+ "update-fixtures": "bun ./test/unit/update-fixtures.ts && biome check --write ./test/unit/fixtures"
27
},
28
"dependencies": {
29
"@myriaddreamin/typst-ts-web-compiler": "0.7.0-rc2"
0 commit comments