chore(react-base16-styling): cleanup scripts

This commit is contained in:
Nathan Bierema 2020-08-16 16:12:01 -04:00
parent c68b34e4b8
commit 9c43a19bff

View File

@ -33,7 +33,8 @@
"lint:fix": "eslint . --ext .ts --fix",
"type-check": "tsc --noEmit",
"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": {
"@types/base16": "^1.0.2",