Skip to content

Commit 975e242

Browse files
committed
fix: build process
1 parent 9ca390b commit 975e242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[
1010
"@semantic-release/exec",
1111
{
12-
"prepareCmd": "mkdir build && echo \"${nextRelease.notes}\" >> ./build/release-notes.md"
12+
"prepareCmd": "echo \"${nextRelease.notes}\" >> ./build/release-notes.md"
1313
}
1414
],
1515
[

0 commit comments

Comments
 (0)