mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-07 11:59:54 +00:00
.
This commit is contained in:
parent
7d362fb04b
commit
274a57ef4c
@ -21,7 +21,7 @@
|
|||||||
"less-loader": "2.2.3",
|
"less-loader": "2.2.3",
|
||||||
"node-abi": "2.0.3",
|
"node-abi": "2.0.3",
|
||||||
"node-gyp": "3.4.0",
|
"node-gyp": "3.4.0",
|
||||||
"node-sass": "4.5.2",
|
"node-sass": "4.5.3",
|
||||||
"npmlog": "4.1.0",
|
"npmlog": "4.1.0",
|
||||||
"pug": "2.0.0-beta11",
|
"pug": "2.0.0-beta11",
|
||||||
"pug-html-loader": "1.0.9",
|
"pug-html-loader": "1.0.9",
|
||||||
|
@ -6,10 +6,12 @@ const log = require('npmlog')
|
|||||||
|
|
||||||
log.info('deps', 'app')
|
log.info('deps', 'app')
|
||||||
sh.exec('npm prune')
|
sh.exec('npm prune')
|
||||||
|
sh.exec('npm install')
|
||||||
sh.exec('npm update --dev')
|
sh.exec('npm update --dev')
|
||||||
|
|
||||||
sh.cd('app')
|
sh.cd('app')
|
||||||
sh.exec('npm prune')
|
sh.exec('npm prune')
|
||||||
|
sh.exec('npm install')
|
||||||
sh.exec('npm update --dev')
|
sh.exec('npm update --dev')
|
||||||
sh.cd('..')
|
sh.cd('..')
|
||||||
|
|
||||||
@ -17,6 +19,7 @@ vars.builtinPlugins.forEach(plugin => {
|
|||||||
log.info('deps', plugin)
|
log.info('deps', plugin)
|
||||||
sh.cd(plugin)
|
sh.cd(plugin)
|
||||||
sh.exec('npm prune')
|
sh.exec('npm prune')
|
||||||
|
sh.exec('npm install')
|
||||||
sh.exec('npm update --dev')
|
sh.exec('npm update --dev')
|
||||||
sh.cd('..')
|
sh.cd('..')
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user