Skip to content

Commit

Permalink
Merge pull request #2079 from reduxjs/feature/9.0-package-side-effect
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson authored Nov 8, 2023
2 parents 7a6e465 + 408a72f commit 6ca2d66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:

- name: Install deps
working-directory: ./redux-toolkit/examples/publish-ci/${{ matrix.example }}
run: rm yarn.lock && YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install && YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn add msw@latest
run: rm yarn.lock && YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install

- name: Install Playwright browser if necessary
working-directory: ./redux-toolkit/examples/publish-ci/${{ matrix.example }}
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"import": "./dist/react-redux.alternate-renderers.mjs"
}
},
"sideEffects": "false",
"files": [
"dist",
"es"
Expand Down

0 comments on commit 6ca2d66

Please sign in to comment.