Skip to content

Commit 6ab3f08

Browse files
committed
fix(cicd): fix pnpm ci command
1 parent 4480ed8 commit 6ab3f08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
echo "${{ secrets.ENV_FILE }}" > .env
2323
echo "${{ secrets.ENV_LOCAL_FILE }}" > .env.prod
2424
- name: Clean
25-
run: pnpm ci
25+
run: pnpm i
2626
- name: Build
2727
run: pnpm run build
2828
- name: Run

0 commit comments

Comments
 (0)