Skip to content

Commit

Permalink
build(package): 🛠️ update release-it script format
Browse files Browse the repository at this point in the history
  • Loading branch information
navin-moorthy committed May 19, 2023
1 parent b2de25f commit 47b3e3c
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 @@ -44,7 +44,7 @@
"lint:types": "tsc --noEmit",
"populate:dictionary": "del-cli project-words.txt && cspell --words-only --unique --gitignore --cache --dot \"**/*\" | sort --ignore-case >> project-words.txt",
"prepare": "husky install",
"release": "node release-it/getCommitsSinceLastRelease.js && release-it --ci",
"release": "node release-it/getCommitsSinceLastRelease.mjs && release-it --ci",
"release:dryrun": "release-it --dry-run",
"start": "strapi start",
"strapi": "strapi",
Expand Down

0 comments on commit 47b3e3c

Please sign in to comment.