mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-23 08:36:03 +00:00
ci
This commit is contained in:
@@ -8,4 +8,5 @@ builder({
|
|||||||
extraMetadata: {
|
extraMetadata: {
|
||||||
version: vars.version,
|
version: vars.version,
|
||||||
},
|
},
|
||||||
|
publish: 'onTagOrDraft',
|
||||||
})
|
})
|
||||||
|
@@ -5,18 +5,15 @@ const vars = require('./vars')
|
|||||||
const log = require('npmlog')
|
const log = require('npmlog')
|
||||||
|
|
||||||
log.info('deps', 'app')
|
log.info('deps', 'app')
|
||||||
sh.exec('yarn prune')
|
|
||||||
sh.exec('yarn install')
|
sh.exec('yarn install')
|
||||||
|
|
||||||
sh.cd('app')
|
sh.cd('app')
|
||||||
sh.exec('yarn prune')
|
|
||||||
sh.exec('yarn install')
|
sh.exec('yarn install')
|
||||||
sh.cd('..')
|
sh.cd('..')
|
||||||
|
|
||||||
vars.builtinPlugins.forEach(plugin => {
|
vars.builtinPlugins.forEach(plugin => {
|
||||||
log.info('deps', plugin)
|
log.info('deps', plugin)
|
||||||
sh.cd(plugin)
|
sh.cd(plugin)
|
||||||
sh.exec('yarn prune')
|
|
||||||
sh.exec('yarn install')
|
sh.exec('yarn install')
|
||||||
sh.cd('..')
|
sh.cd('..')
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user