Fix redux-devtools-app prepublish script

This commit is contained in:
Nathan Bierema 2024-06-12 10:05:37 -04:00
parent 08336c06ca
commit a1fe1a4018

View File

@ -36,7 +36,7 @@
"lint": "eslint . --ext .ts,.tsx", "lint": "eslint . --ext .ts,.tsx",
"type-check": "tsc --noEmit", "type-check": "tsc --noEmit",
"prepack": "pnpm run clean && pnpm run build", "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": { "dependencies": {
"@redux-devtools/app-core": "^1.0.0", "@redux-devtools/app-core": "^1.0.0",