Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Commit 345b74e

Browse files
committed
fix: testing semantic-release with gitlab actions
1 parent 1665065 commit 345b74e

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
@@ -32,7 +32,7 @@
3232
"scripts": {
3333
"build": "rm -rf dist && rollup -c",
3434
"build:copy": "cp package.json dist/ && cp README.md dist/ && cp LICENSE dist/ && cp lib/index.d.ts dist/",
35-
"release": "yarn semantic-release --dry-run",
35+
"release": "yarn semantic-release",
3636
"lint": "eslint --fix \"lib/**/*.js\" *.js",
3737
"test": "jest",
3838
"report-coverage": "cat ./coverage/lcov.info | coveralls"

0 commit comments

Comments
 (0)