mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-29 12:01:32 +02:00
[misc] mono repo with translations GitOrigin-RevId: 1ed86d211f6a2031aafc3e7462687af0e957f9fd
6 lines
105 B
Bash
Executable File
6 lines
105 B
Bash
Executable File
#!/bin/bash
|
|
|
|
npm run webpack:production & WEBPACK=$!
|
|
|
|
wait $WEBPACK && echo "Webpack complete" || exit 1
|