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 f5fa8fd commit 49af2a2Copy full SHA for 49af2a2
apps/developer-hub/package.json
@@ -18,7 +18,7 @@
18
"test:lint:eslint": "eslint . --max-warnings 0",
19
"test:lint:stylelint": "stylelint 'src/**/*.scss' --max-warnings 0",
20
"test:types": "tsc",
21
- "generate:docs": "bun ./scripts/generate-docs.ts"
+ "generate:docs": "tsx ./scripts/generate-docs.ts"
22
},
23
"dependencies": {
24
"@phosphor-icons/react": "catalog:",
0 commit comments