Skip to content

Commit cd1e824

Browse files
committed
dev-demo: update update plugins command
AdminForth/1720/fix-af-connectorsplug-(correct
1 parent 77e8da8 commit cd1e824

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev-demo/Taskfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ tasks:
153153
exit 0
154154
fi
155155
156-
CI=true pnpm add adminforth@3.0.2 --save-peer
156+
CI=true PNPM_CONFIG_MINIMUM_RELEASE_AGE=0 PNPM_CONFIG_DANGEROUSLY_ALLOW_ALL_BUILDS=true pnpm add adminforth@latest --save-prefix='^' --save-peer
157157
158158
git add package.json
159159
if [ -e pnpm-lock.yaml ]; then

0 commit comments

Comments
 (0)