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 1b92132 commit 1a7105aCopy full SHA for 1a7105a
1 file changed
package.json
@@ -23,7 +23,8 @@
23
"postinstall": "yarn husky install",
24
"prepare": "install-peers",
25
"lint": "eslint . --ext .js,.jsx,.tsx,.ts --fix",
26
- "test": "jest"
+ "test": "jest",
27
+ "release": "yarn semantic-release --extends ./releaserc.json"
28
},
29
"eslintConfig": {
30
"extends": [
0 commit comments