mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-02-20 13:30:53 +03:00
chore(react-base16-styling): cleanup scripts (#593)
This commit is contained in:
parent
c68b34e4b8
commit
38536a45a4
|
@ -33,7 +33,8 @@
|
||||||
"lint:fix": "eslint . --ext .ts --fix",
|
"lint:fix": "eslint . --ext .ts --fix",
|
||||||
"type-check": "tsc --noEmit",
|
"type-check": "tsc --noEmit",
|
||||||
"type-check:watch": "npm run type-check -- --watch",
|
"type-check:watch": "npm run type-check -- --watch",
|
||||||
"prepublishOnly": "npm run type-check && npm run lint && npm run test && npm run clean && npm run build"
|
"preversion": "npm run type-check && npm run lint && npm run test",
|
||||||
|
"prepublishOnly": "npm run clean && npm run build"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/base16": "^1.0.2",
|
"@types/base16": "^1.0.2",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user