Skip to content

Commit 9dd60a4

Browse files
committed
Fix problem with images in docs
1 parent 8c017cd commit 9dd60a4

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
@@ -48,7 +48,7 @@
4848
"prep": "yarn build && yarn docs && yarn test",
4949
"prepublishOnly": "yarn prep",
5050
"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",
51+
"docs": "yarn readme && yarn typedoc --out docs --mode file --exclude **/*.test.ts src && copyfiles -u 1 \"docs-copied-files/**/*\" docs",
5252
"test": "jest"
5353
},
5454
"prettier": {

0 commit comments

Comments
 (0)