mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 08:30:02 +03:00
Add back type-check
This commit is contained in:
parent
0d5869406d
commit
d46212eee6
|
@ -28,6 +28,7 @@
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"clean": "rimraf lib",
|
"clean": "rimraf lib",
|
||||||
"lint": "eslint . --ext .ts",
|
"lint": "eslint . --ext .ts",
|
||||||
|
"type-check": "tsc --noEmit",
|
||||||
"prepack": "pnpm run clean && pnpm run build",
|
"prepack": "pnpm run clean && pnpm run build",
|
||||||
"prepublish": "pnpm run lint"
|
"prepublish": "pnpm run lint"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user