Skip to content

Commit 19c343f

Browse files
authored
Merge pull request #51 from Zxilly/master
ci: fix ci build
2 parents dc0d355 + 2d3f2db commit 19c343f

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
@@ -16,7 +16,7 @@
1616
"clean": "rimraf lib",
1717
"prepack": "run-s build",
1818
"postpack": "run-s clean",
19-
"release": "npx -p semantic-release -p @semantic-release/git -p @semantic-release/changelog -y semantic-release"
19+
"release": "npx -p semantic-release -p @semantic-release/git -p @semantic-release/changelog semantic-release"
2020
},
2121
"devDependencies": {
2222
"@babel/plugin-proposal-optional-chaining": "^7.11.0",

0 commit comments

Comments
 (0)