mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 17:12:43 +00:00
fix: recommended CI settings
This commit is contained in:
@@ -771,7 +771,7 @@ export function getRules(configuration: Configuration): Rules {
|
|||||||
stage: 'audit',
|
stage: 'audit',
|
||||||
},
|
},
|
||||||
'npm package': {
|
'npm package': {
|
||||||
dependencies: ['build'],
|
dependencies: ['npm build'],
|
||||||
tags: ['secrecy'],
|
tags: ['secrecy'],
|
||||||
stage: 'publish',
|
stage: 'publish',
|
||||||
script: ['echo "//registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN" > ~/.npmrc', 'npm publish'],
|
script: ['echo "//registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN" > ~/.npmrc', 'npm publish'],
|
||||||
|
|||||||
Reference in New Issue
Block a user