We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1cc3d0 commit 9625903Copy full SHA for 9625903
adminforth/package.json
@@ -18,7 +18,7 @@
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/",
21
- "rollout-doc": "cd documentation && pnpm build && pnpm deploy",
+ "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",
24
"postinstall": "node scripts/postinstall.js"
0 commit comments