Skip to content

Commit

Permalink
Fix redux-devtools-app prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed Jun 12, 2024
1 parent 08336c0 commit a1fe1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/redux-devtools-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"lint": "eslint . --ext .ts,.tsx",
"type-check": "tsc --noEmit",
"prepack": "pnpm run clean && pnpm run build",
"prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
"prepublish": "pnpm run type-check && pnpm run lint"
},
"dependencies": {
"@redux-devtools/app-core": "^1.0.0",
Expand Down

0 comments on commit a1fe1a4

Please sign in to comment.