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

Commit

Permalink
fix: testing semantic-release with gitlab actions
Browse files Browse the repository at this point in the history
  • Loading branch information
csvenke committed Apr 7, 2020
1 parent 1665065 commit 345b74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"scripts": {
"build": "rm -rf dist && rollup -c",
"build:copy": "cp package.json dist/ && cp README.md dist/ && cp LICENSE dist/ && cp lib/index.d.ts dist/",
"release": "yarn semantic-release --dry-run",
"release": "yarn semantic-release",
"lint": "eslint --fix \"lib/**/*.js\" *.js",
"test": "jest",
"report-coverage": "cat ./coverage/lcov.info | coveralls"
Expand Down

0 comments on commit 345b74e

Please sign in to comment.