Skip to content

Commit b38a8a4

Browse files
committed
dev-demo: update plugin update command
AdminForth/1706/fix-bundle-now-command
1 parent 96dc5ad commit b38a8a4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

dev-demo/Taskfile.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ tasks:
111111
112112
if [ -d "${name}" ]; then
113113
echo "Installing dependencies for ${name}"
114-
(cd "${name}" && pnpm install)
114+
(cd "${name}" && CI=true pnpm install)
115115
else
116116
echo "Directory ${name} does not exist, skipping"
117117
fi
@@ -153,7 +153,7 @@ tasks:
153153
exit 0
154154
fi
155155
156-
pnpm add adminforth@latest --save-peer
156+
CI=true pnpm add adminforth@latest --save-peer
157157
158158
git add package.json
159159
if [ -e pnpm-lock.yaml ]; then
@@ -165,7 +165,7 @@ tasks:
165165
exit 0
166166
fi
167167
168-
git commit -m "fix: update adminforth verion"
168+
git commit -m "fix: update adminforth version"
169169
git push
170170
' _ {}
171171

0 commit comments

Comments
 (0)