mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 18:38:01 +00:00
add tabby-web-demo to the repo
This commit is contained in:
@@ -3,7 +3,7 @@ const sh = require('shelljs')
|
||||
const vars = require('./vars')
|
||||
const log = require('npmlog')
|
||||
|
||||
;[...vars.builtinPlugins, 'web'].forEach(plugin => {
|
||||
;[...vars.builtinPlugins, 'web', 'tabby-web-demo'].forEach(plugin => {
|
||||
log.info('bump', plugin)
|
||||
sh.cd(plugin)
|
||||
sh.exec('npm --no-git-tag-version version ' + vars.version)
|
||||
|
Reference in New Issue
Block a user