We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 593dd8c commit 518bd8fCopy full SHA for 518bd8f
adminforth/package.json
@@ -17,7 +17,7 @@
17
"test": "echo \"Error: no test specified yet\" && exit 1",
18
"build": "rm -rf dist && tsc && pnpm prepareDist",
19
"--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/",
+ "prepareDist": "cp -rL spa dist/",
21
"rollout-doc": "cd documentation && npm run build && npm run deploy",
22
"docs": "typedoc",
23
"--comment_postinstall": "postinstall executed after package installed in other project package and when we do pnpm i in the package",
0 commit comments