Skip to content

Commit 9d4f40a

Browse files
committed
Add npm publish script
1 parent 40e8a54 commit 9d4f40a

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
@@ -28,7 +28,8 @@
2828
"test:fast:ios": "mocha --recursive bin/test --ios",
2929
"test:debugger:android": "mocha --recursive --inspect-brk=0.0.0.0 bin/test --android",
3030
"test:debugger:ios": "mocha --recursive --inspect-brk=0.0.0.0 bin/test --ios",
31-
"tslint": "tslint -c tslint.json test/**/*.ts"
31+
"tslint": "tslint -c tslint.json test/**/*.ts",
32+
"publish": "npm publish --access=public"
3233
},
3334
"repository": {
3435
"type": "git",

0 commit comments

Comments
 (0)