Skip to content

Commit

Permalink
chore: set local webpack in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptedAlchemy committed Nov 17, 2024
1 parent eb61e96 commit d6e8545
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e-next-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- name: Set SKIP_DEVTOOLS_POSTINSTALL environment variable
run: echo "SKIP_DEVTOOLS_POSTINSTALL=true" >> $GITHUB_ENV

- name: Set local webpack
run: echo "NEXT_PRIVATE_LOCAL_WEBPACK=true" >> $GITHUB_ENV

- name: Install Dependencies
run: pnpm install

Expand Down

0 comments on commit d6e8545

Please sign in to comment.