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 20b5c87 commit 7553089Copy full SHA for 7553089
1 file changed
package.json
@@ -11,7 +11,7 @@
11
],
12
"scripts": {
13
"build": "rollup -c",
14
- "release": "semantic-release",
+ "release": "yarn tsc && semantic-release",
15
"watch": "rollup -cw",
16
"test": "jest",
17
"test:report": "jest --config jest-stare.config.js",
0 commit comments