We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 064ce6f commit 9c95575Copy full SHA for 9c95575
package.json
@@ -14,7 +14,8 @@
14
"lint:fix": "eslint 'src/**/*.{js,jsx}' --fix",
15
"prepublish": "npm run build",
16
"predeploy": "npm run demo:prod",
17
- "deploy": "gh-pages -d demo"
+ "deploy": "gh-pages -d demo",
18
+ "release": "npm run build && changeset publish"
19
},
20
"keywords": [
21
"otp",
0 commit comments