Skip to content

Commit 81b71d8

Browse files
committed
chore: add npm version patch script
1 parent bc57e81 commit 81b71d8

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@
44
"description": "A simple object validator for tiny schemas",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
7-
"files": ["/dist"],
7+
"files": [
8+
"/dist"
9+
],
810
"scripts": {
911
"test": "jest --runInBand --verbose --passWithNoTests",
1012
"tdd": "yarn test --watch",
1113
"test:ci": "jest --runInBand --verbose --coverage",
1214
"build": "tsc",
1315
"prepublishOnly": "yarn build",
14-
"prepare": "husky install"
16+
"prepare": "husky install",
17+
"bump:patch": "npm version patch"
1518
},
1619
"repository": {
1720
"type": "git",

0 commit comments

Comments
 (0)