Skip to content

Commit 518bd8f

Browse files
committed
fix: rebuild
1 parent 593dd8c commit 518bd8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"test": "echo \"Error: no test specified yet\" && exit 1",
1818
"build": "rm -rf dist && tsc && pnpm prepareDist",
1919
"--comment-prepareDist": "-rl allows supply the spa without symlinks which allows to not include source code in the package",
20-
"prepareDist": "cp -r spa dist/",
20+
"prepareDist": "cp -rL spa dist/",
2121
"rollout-doc": "cd documentation && npm run build && npm run deploy",
2222
"docs": "typedoc",
2323
"--comment_postinstall": "postinstall executed after package installed in other project package and when we do pnpm i in the package",

0 commit comments

Comments
 (0)