mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #6542 from overleaf/jpa-em-code-sharing-workspaces
[misc] npm workspaces GitOrigin-RevId: 87aa72db6637fb238d7cd35b0a48ac3ed58ab3eb
This commit is contained in:
@@ -5,18 +5,7 @@ console.log('set -ex')
|
||||
|
||||
switch (process.argv.pop()) {
|
||||
case 'install':
|
||||
for (const service of services) {
|
||||
console.log('pushd', `services/${service.name}`)
|
||||
switch (service.name) {
|
||||
case 'web':
|
||||
console.log('npm ci')
|
||||
break
|
||||
default:
|
||||
// TODO(das7pad): revert back to npm ci --only=production (https://github.com/overleaf/issues/issues/4544)
|
||||
console.log('npm ci')
|
||||
}
|
||||
console.log('popd')
|
||||
}
|
||||
console.log('npm ci')
|
||||
break
|
||||
case 'compile':
|
||||
for (const service of services) {
|
||||
|
||||
Reference in New Issue
Block a user