Skip to content

Commit

Permalink
Fix/prerelease scipts (#5377)
Browse files Browse the repository at this point in the history
* fix(scripts): rename prerelease scripts due to npm namespace conflict;

* chore(git): add `.npmrc` and `.env` to gitignore;
  • Loading branch information
DigitalBrainJS committed Dec 15, 2022
1 parent 38865e3 commit 493e04c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -9,3 +9,5 @@ sauce_connect.log
test/module/**/package-lock.json
backup/
./.husky/
.npmrc
.env
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -44,8 +44,8 @@
"prepare:hooks": "npx husky add .husky/commit-msg \"npx commitlint --edit $1\"",
"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:beta:no-npm": "release-it --preRelease=beta --no-npm",
"release:beta": "release-it --preRelease=beta",
"release:no-npm": "release-it --no-npm",
"release": "release-it"
},
Expand Down

0 comments on commit 493e04c

Please sign in to comment.