We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e44dbbd commit 593dd8cCopy full SHA for 593dd8c
2 files changed
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 -rL spa dist/",
+ "prepareDist": "cp -r 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",
live-demo/deploy/typeCheckSPA.sh
@@ -1,7 +1,6 @@
1
#!/bin/bash
2
3
-ls -la
4
-npm ci
+pnpm i
5
pnpm type-check 2>&1
6
type_check_status=$?
7
0 commit comments