Skip to content

Commit c5b7884

Browse files
committed
Add script for publish on npm
1 parent 4017d6c commit c5b7884

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"scripts": {
77
"precommit": "lint-staged",
88
"test": "jest",
9-
"lint": "eslint lib/"
9+
"lint": "eslint lib/",
10+
"publish": "npm publish --access public"
1011
},
1112
"jest": {
1213
"preset": "jest-react-native"

0 commit comments

Comments
 (0)