Updating pre-release command
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Brandon Watson 2021-06-07 20:14:33 -04:00
parent 6c8ce21164
commit 34fcc1df1a

View File

@ -22,7 +22,7 @@ steps:
image: node
commands:
- export version=`node -p "require('./package.json').version"`
- npm version $version --preid=pre --commit-hooks=false --git-tag-version=false --allow-same-version=true
- npm version prerelease --preid=pre --git-tag-version=false --allow-same-version=true
when:
event:
exclude: