Skip to content

Commit 593dd8c

Browse files
committed
fix: rebuild
1 parent e44dbbd commit 593dd8c

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

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 -rL spa dist/",
20+
"prepareDist": "cp -r 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",

live-demo/deploy/typeCheckSPA.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/bash
22

3-
ls -la
4-
npm ci
3+
pnpm i
54
pnpm type-check 2>&1
65
type_check_status=$?
76

0 commit comments

Comments
 (0)