Skip to content

Commit

Permalink
chore(ci): add release:no-npm script to release the package without…
Browse files Browse the repository at this point in the history
… making an npm release;
  • Loading branch information
DigitalBrainJS committed Dec 11, 2022
1 parent e106c04 commit c069d26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@
"fix": "eslint --fix lib/**/*.js",
"prepare": "husky install && npm run prepare:hooks",
"prepare:hooks": "npx husky add .husky/commit-msg \"npx commitlint --edit $1\"",
"release:dry": "release-it --dry-run",
"release:dry": "release-it --dry-run --no-npm",
"release:info": "release-it --release-version",
"prerelease:no-npm": "release-it --preRelease=beta --no-npm",
"prerelease": "release-it --preRelease=beta",
"release:no-npm": "release-it --no-npm",
"release": "release-it"
},
"repository": {
Expand Down

0 comments on commit c069d26

Please sign in to comment.