scripts: add release:dry-run script

This commit is contained in:
Henk Verlinde 2021-03-01 10:40:23 +01:00
parent 419e832ea0
commit 686d0eb40d
1 changed files with 1 additions and 0 deletions

View File

@ -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",