Skip to content

Commit

Permalink
ci: add npm command for pre releases
Browse files Browse the repository at this point in the history
  • Loading branch information
gmsgowtham committed Aug 24, 2023
1 parent af7d291 commit fdee6df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
"build": "bob build",
"prepare": "yarn build",
"release": "yarn build && release-it",
"release:rc": "yarn build && release-it --preRelease=rc",
"release:exclude-pre": "yarn build && release-it --git.tagExclude='*[-]*'",
"test": "jest --passWithNoTests",
"test:updateSnapshot": "jest --updateSnapshot",
"reassure": "reassure"
Expand Down

0 comments on commit fdee6df

Please sign in to comment.