Skip to content

Commit

Permalink
chore: Preconfigure branch and version in release script
Browse files Browse the repository at this point in the history
and only run lint in lib folder before release
  • Loading branch information
karfau committed Oct 31, 2022
1 parent afc57ec commit d7cfa2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"stryker": "stryker run",
"stryker:dry-run": "stryker run -m '' --reporters progress",
"test": "jest",
"testrelease": "npm test && npm run lint",
"testrelease": "npm test && eslint lib",
"version": "./changelog-has-version.sh",
"release": "np --no-yarn --test-script testrelease"
"release": "np --no-yarn --test-script testrelease --branch release-0.8.x patch"
},
"engines": {
"node": ">=10.0.0"
Expand Down

0 comments on commit d7cfa2b

Please sign in to comment.