Skip to content

Commit a1fe1a4

Browse files
committedJun 12, 2024·
Fix redux-devtools-app prepublish script

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/redux-devtools-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"lint": "eslint . --ext .ts,.tsx",
3737
"type-check": "tsc --noEmit",
3838
"prepack": "pnpm run clean && pnpm run build",
39-
"prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
39+
"prepublish": "pnpm run type-check && pnpm run lint"
4040
},
4141
"dependencies": {
4242
"@redux-devtools/app-core": "^1.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.