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 8c017cd commit 9dd60a4Copy full SHA for 9dd60a4
package.json
@@ -48,7 +48,7 @@
48
"prep": "yarn build && yarn docs && yarn test",
49
"prepublishOnly": "yarn prep",
50
"readme": "yarn embedme README.md",
51
- "docs": "yarn readme && yarn typedoc --out docs --mode file --exclude **/*.test.ts src && copyfiles -u 1 docs-copied-files/* docs",
+ "docs": "yarn readme && yarn typedoc --out docs --mode file --exclude **/*.test.ts src && copyfiles -u 1 \"docs-copied-files/**/*\" docs",
52
"test": "jest"
53
},
54
"prettier": {
0 commit comments