mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-22 01:26:48 +03:00
Fix redux-devtools-app prepublish script
This commit is contained in:
parent
08336c06ca
commit
a1fe1a4018
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user