Skip to content

Commit 6ca2d66

Browse files
authored
Merge pull request #2079 from reduxjs/feature/9.0-package-side-effect
2 parents 7a6e465 + 408a72f commit 6ca2d66

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140

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

145145
- name: Install Playwright browser if necessary
146146
working-directory: ./redux-toolkit/examples/publish-ci/${{ matrix.example }}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"import": "./dist/react-redux.alternate-renderers.mjs"
2929
}
3030
},
31+
"sideEffects": "false",
3132
"files": [
3233
"dist",
3334
"es"

0 commit comments

Comments
 (0)