Skip to content

Commit

Permalink
fix: build with production building process
Browse files Browse the repository at this point in the history
  • Loading branch information
adam_unchained committed Jul 4, 2023
1 parent bfadb82 commit 3d46cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Dependencies
run: npm install
- name: Build project
run: npm run build
run: npm run build:prod
- name: Publish to Cloudflare Pages
uses: cloudflare/pages-action@v1
with:
Expand Down

0 comments on commit 3d46cd5

Please sign in to comment.