Skip to content

Commit 5ae3464

Browse files
Correct semantic-release command
1 parent 82c5ee1 commit 5ae3464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"predeploy": "yarn",
99
"prestart": "yarn",
1010
"pretest": "yarn",
11-
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
11+
"semantic-release": "semantic-release",
1212
"start": "mastarm build --serve --env development",
1313
"test": "mastarm lint src"
1414
},

0 commit comments

Comments
 (0)