We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cfa1d0 commit 78cfedcCopy full SHA for 78cfedc
package.json
@@ -12,7 +12,7 @@
12
"dist": "npm run build:lib && npm run build:dist",
13
"lint": "eslint src test",
14
"precommit": "lint-staged",
15
- "publish-to-npm": "npm run dist && npm publish",
+ "publish-to-npm": "npm run dist && npm version patch && npm publish",
16
"tdd": "jest --watchAll",
17
"test": "jest"
18
},
0 commit comments