Skip to content

Commit 2bd490d

Browse files
authored
chore: fix broken file paths in update-fixtures command (#29)
1 parent 43cff47 commit 2bd490d

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
@@ -23,7 +23,7 @@
2323
"check:write": "biome check --write .",
2424
"ci": "biome ci .",
2525
"test": "vitest",
26-
"update-fixtures": "bun ./test/update-fixtures.ts && biome check --write ./test/fixtures"
26+
"update-fixtures": "bun ./test/unit/update-fixtures.ts && biome check --write ./test/unit/fixtures"
2727
},
2828
"dependencies": {
2929
"@myriaddreamin/typst-ts-web-compiler": "0.7.0-rc2"

0 commit comments

Comments
 (0)