Skip to content

Commit 947b63f

Browse files
committed
build(ci): fix, improper semantic-release config in package.json
1 parent 20112e7 commit 947b63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"build:types": "tsc --emitDeclarationOnly",
1515
"build:js": "babel src --out-dir build --extensions \".ts,.tsx\" --source-maps inline",
1616
"test": "jest --coverage",
17-
"semantic-release": "semantic-release",
17+
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
1818
"commit": "git-cz"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)