mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
test
This commit is contained in:
parent
8fa7932b71
commit
828b0668cd
1 changed files with 13 additions and 0 deletions
|
@ -35,6 +35,19 @@ switch (process.argv.pop()) {
|
|||
console.log('popd')
|
||||
}
|
||||
break
|
||||
case 'install-dev':
|
||||
for (const service of services) {
|
||||
console.log('pushd', service.name)
|
||||
switch (service.name) {
|
||||
case 'web':
|
||||
console.log('npm install')
|
||||
break
|
||||
default:
|
||||
console.log('npm install')
|
||||
}
|
||||
console.log('popd')
|
||||
}
|
||||
break
|
||||
case 'compile':
|
||||
for (const service of services) {
|
||||
console.log('pushd', service.name)
|
||||
|
|
Loading…
Reference in a new issue