mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 02:18:01 +00:00
add tabby-web-demo to the repo
This commit is contained in:
@@ -9,6 +9,7 @@ const configs = [
|
||||
'../app/webpack.main.config.js',
|
||||
'../app/webpack.config.js',
|
||||
'../web/webpack.config.js',
|
||||
'../tabby-web-demo/webpack.config.js',
|
||||
...vars.builtinPlugins.map(x => `../${x}/webpack.config.js`),
|
||||
]
|
||||
|
||||
|
@@ -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