chore(react-base16-styling): cleanup scripts (#593)

This commit is contained in:
Nathan Bierema 2020-08-16 16:17:33 -04:00 committed by GitHub
parent c68b34e4b8
commit 38536a45a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",