Skip to content

Commit c33b56c

Browse files
author
Hyunje Jun
committed
Add custom release script
1 parent 58d8916 commit c33b56c

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
@@ -15,7 +15,8 @@
1515
"prebuild": "npm run lint && npm run clean",
1616
"build": "tsc",
1717
"docs": "gitbook install && gitbook serve docs",
18-
"docs:publish": "./docs/publish.sh"
18+
"docs:publish": "./docs/publish.sh",
19+
"release": "npm run build && npm publish --access public"
1920
},
2021
"repository": {
2122
"type": "git",

0 commit comments

Comments
 (0)