We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b59ac0a + 860b37f commit 81ab4b1Copy full SHA for 81ab4b1
package.json
@@ -38,7 +38,7 @@
38
"node": "22.x"
39
},
40
"scripts": {
41
- "build": "rm -rf dist && tsc -b tsconfig.build.json && cp -r src/cli/bin dist/cli/bin",
+ "build": "rm -rf dist && tsc -b tsconfig.build.json && cp -r src/cli/bin dist/cli/bin && cp -r src/docs/assets dist/docs/assets",
42
"docs:build": "typedoc",
43
"docs:dev": "concurrently \"typedoc --watch\" \"pnpm docs:serve\"",
44
"docs:serve": "http-server docs -c-1",
0 commit comments