mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 22:59:07 +00:00
Fix npm version variable
This commit is contained in:
parent
7c13b66c40
commit
befacef639
@ -21,7 +21,7 @@ touch ~/.npmrc
|
||||
echo "//registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN" > ~/.npmrc
|
||||
echo "//registry.npmjs.org/:email=npm@oneuptime.com" > ~/.npmrc
|
||||
|
||||
npm version $PACKAGE_VERSION
|
||||
npm version $package_version
|
||||
|
||||
# Run npm install
|
||||
npm install
|
||||
|
Loading…
Reference in New Issue
Block a user