Skip to content

Commit

Permalink
fixed typo in ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmonisit committed Jan 27, 2024
1 parent dcc8ba9 commit 4d92a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: pnpm install

- name: Build
run: npm run build:shrunk-test && mv -r dist shrunk-test-dist && npm run build:shrunk-prod && mv -r dist shrunk-prod-dist
run: npm run build:shrunk-test && mv dist shrunk-test-dist && npm run build:shrunk-prod && mv dist shrunk-prod-dist

- name: Archive Production Build
run: zip -r shrunk-test-dist.zip shrunk-test-dist/ && zip -r shrunk-prod-dist.zip shrunk-prod-dist/
Expand Down

0 comments on commit 4d92a09

Please sign in to comment.