Skip to content

Commit 78cfedc

Browse files
committed
Updating publish to npm script
1 parent 6cfa1d0 commit 78cfedc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dist": "npm run build:lib && npm run build:dist",
1313
"lint": "eslint src test",
1414
"precommit": "lint-staged",
15-
"publish-to-npm": "npm run dist && npm publish",
15+
"publish-to-npm": "npm run dist && npm version patch && npm publish",
1616
"tdd": "jest --watchAll",
1717
"test": "jest"
1818
},

0 commit comments

Comments
 (0)