Skip to content

Commit a86db8f

Browse files
committed
dev-demo: update build-adminforth script to use pnpm install instead of pnpm ci
1 parent b71753c commit a86db8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"install-adapters": "task pull_adapters && task pnpm_adapters",
1919
"pull-plugins": "task pull_plugins",
2020
"pull-adapters": "task pull_adapters",
21-
"build-adminforth": "cd ../adminforth && pnpm ci && pnpm build && pnpm link",
21+
"build-adminforth": "cd ../adminforth && pnpm i && pnpm build && pnpm link",
2222
"migrate:all": "pnpm migrate:sqlite && pnpm migrate:mysql && pnpm migrate:postgres && pnpm migrate:clickhouse",
2323
"preinstall": "node scripts/check-node.js",
2424
"check-docker": "node scripts/check-docker.js",

0 commit comments

Comments
 (0)