mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-18 15:42:54 +00:00
fix: recommended CI settings
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user