Skip to content

Commit 5f5e72f

Browse files
committed
Update ci.yml
1 parent ebb0efc commit 5f5e72f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
for d in */ ; do
2929
cd "$d"
3030
pnpm install
31-
pnpm run dev
31+
pnpm install @steambrew/ttc -g
32+
millennium-ttc --build prod
3233
mv . ../../dist/plugins/"$d"
3334
cd ..
3435
done

0 commit comments

Comments
 (0)