Skip to content

Commit 8bb2af9

Browse files
committed
chore: bring back withRozeniteReduxDevTools + pnpm 9 + add scripts
1 parent c2d6c83 commit 8bb2af9

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

apps/playground/metro.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ module.exports = withRozenite(
4949
{
5050
enabled: true,
5151
enhanceMetroConfig: (config) =>
52-
withRozeniteExpoAtlasPlugin(config),
52+
withRozeniteExpoAtlasPlugin(withRozeniteReduxDevTools(config)),
5353
}
5454
);

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
"lint": "pnpm nx run-many -t lint --projects='packages/*'",
99
"format": "prettier --check .",
1010
"format:fix": "prettier . --write",
11-
"checks": "pnpm typecheck && pnpm lint && pnpm format"
11+
"checks": "pnpm typecheck && pnpm lint && pnpm format",
12+
"build": "nx run-many -t build",
13+
"start": "nx start playground",
14+
"clean": "nx reset; find . -name 'node_modules' -type d -prune -exec rm -rf '{}' + && find . -name 'dist' -type d -prune -exec rm -rf '{}' +"
1215
},
1316
"private": true,
1417
"devDependencies": {
@@ -62,7 +65,7 @@
6265
"vite-plugin-dts": "~4.5.0",
6366
"vitest": "^3.0.0"
6467
},
65-
"packageManager": "pnpm@10.22.0",
68+
"packageManager": "pnpm@9.15.3",
6669
"dependencies": {
6770
"react": "~18.3.1",
6871
"react-dom": "~18.3.1",

0 commit comments

Comments
 (0)