Skip to content

Commit 9c95575

Browse files
committed
update ci
1 parent 064ce6f commit 9c95575

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
@@ -14,7 +14,8 @@
1414
"lint:fix": "eslint 'src/**/*.{js,jsx}' --fix",
1515
"prepublish": "npm run build",
1616
"predeploy": "npm run demo:prod",
17-
"deploy": "gh-pages -d demo"
17+
"deploy": "gh-pages -d demo",
18+
"release": "npm run build && changeset publish"
1819
},
1920
"keywords": [
2021
"otp",

0 commit comments

Comments
 (0)