Skip to content

Commit 81ab4b1

Browse files
authored
Merge pull request #22 from DouglasNeuroInformatics/dev
fix: copy assets to build dir
2 parents b59ac0a + 860b37f commit 81ab4b1

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
@@ -38,7 +38,7 @@
3838
"node": "22.x"
3939
},
4040
"scripts": {
41-
"build": "rm -rf dist && tsc -b tsconfig.build.json && cp -r src/cli/bin dist/cli/bin",
41+
"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",
4242
"docs:build": "typedoc",
4343
"docs:dev": "concurrently \"typedoc --watch\" \"pnpm docs:serve\"",
4444
"docs:serve": "http-server docs -c-1",

0 commit comments

Comments
 (0)