Skip to content

Commit

Permalink
scripts: add release:dry-run script
Browse files Browse the repository at this point in the history
  • Loading branch information
h-enk committed Mar 1, 2021
1 parent 419e832 commit 686d0eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"lint:styles": "stylelint \"assets/scss/**/*.{css,sass,scss,sss,less}\"",
"lint:markdown": "markdownlint *.md content/**/*.md",
"release": "standard-version",
"release:dry-run": "standard-version --dry-run",
"server": "hugo server",
"test": "npm run -s lint",
"env": "env",
Expand Down

0 comments on commit 686d0eb

Please sign in to comment.