Skip to content

Commit 9625903

Browse files
committed
chore: update rollout-doc script to use npm run build
1 parent b1cc3d0 commit 9625903

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
@@ -18,7 +18,7 @@
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",
2020
"prepareDist": "cp -rL spa dist/",
21-
"rollout-doc": "cd documentation && pnpm build && pnpm deploy",
21+
"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",
2424
"postinstall": "node scripts/postinstall.js"

0 commit comments

Comments
 (0)