Skip to content

Commit 49af2a2

Browse files
committed
build fix
1 parent f5fa8fd commit 49af2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/developer-hub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test:lint:eslint": "eslint . --max-warnings 0",
1919
"test:lint:stylelint": "stylelint 'src/**/*.scss' --max-warnings 0",
2020
"test:types": "tsc",
21-
"generate:docs": "bun ./scripts/generate-docs.ts"
21+
"generate:docs": "tsx ./scripts/generate-docs.ts"
2222
},
2323
"dependencies": {
2424
"@phosphor-icons/react": "catalog:",

0 commit comments

Comments
 (0)