Drone: Don't ignore failure to publish next NPM packages (#27927)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
Arve Knudsen
2020-09-30 14:11:40 +02:00
committed by GitHub
parent a59a89dfb8
commit b892aa2eb7
2 changed files with 0 additions and 2 deletions

View File

@@ -755,7 +755,6 @@ def release_next_npm_packages_step(edition):
'from_secret': 'npm_token',
},
},
'failure': 'ignore',
'commands': [
'npx lerna bootstrap',
'echo "//registry.npmjs.org/:_authToken=$${NPM_TOKEN}" >> ~/.npmrc',