fix: recommended CI settings

This commit is contained in:
Rainer Killinger
2022-07-05 14:20:07 +02:00
parent cef38e0f83
commit 0753ab9f33

View File

@@ -771,7 +771,7 @@ export function getRules(configuration: Configuration): Rules {
stage: 'audit',
},
'npm package': {
dependencies: ['build'],
dependencies: ['npm build'],
tags: ['secrecy'],
stage: 'publish',
script: ['echo "//registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN" > ~/.npmrc', 'npm publish'],