Skip to content

Commit

Permalink
ci(build): remove CI=true so that the windows build works
Browse files Browse the repository at this point in the history
Issue #28 Windows build not working

fix #28
  • Loading branch information
rikhall1515 committed Apr 13, 2024
1 parent 676d039 commit b57d63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
# We want to avoid npm from running the Audit Step and Funding messages on a CI environment
# We also use `npm i` instead of `npm ci` so that the node_modules/.cache folder doesn't get deleted
# We also use `--omit=dev` to avoid installing devDependencies as we don't need them during the build step
run: CI=true pnpm i -P
run: pnpm i -P

- name: Build Next.js (ISR)
# We want a ISR build on CI to ensure that regular Next.js builds work as expected.
Expand Down

0 comments on commit b57d63d

Please sign in to comment.