Skip to content

Commit

Permalink
chore: fix release process command
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianSedzik committed Jul 11, 2023
1 parent c6745bd commit 18d274b
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 @@ -17,7 +17,7 @@
"lint": "eslint --ignore-path .gitignore ./lib",
"format": "prettier --ignore-path .gitignore --check ./lib",
"test": "playwright test",
"release": "release-it --dry-run"
"release": "release-it"
},
"simple-git-hooks": {
"pre-commit": "./node_modules/.bin/lint-staged"
Expand Down

0 comments on commit 18d274b

Please sign in to comment.