mirror of
https://github.com/cdr/code-server.git
synced 2025-12-07 00:44:31 +01:00
Fix error when building without first running yarn
This commit is contained in:
parent
80050d0d9d
commit
c19223b7fe
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ function prepend-loader() {
|
||||||
# Copy code-server into VS Code then build it.
|
# Copy code-server into VS Code then build it.
|
||||||
function build-code-server() {
|
function build-code-server() {
|
||||||
copy-server
|
copy-server
|
||||||
yarn gulp compile-build --max-old-space-size=32384
|
cd "${sourcePath}" && yarn gulp compile-build --max-old-space-size=32384
|
||||||
|
|
||||||
local min=""
|
local min=""
|
||||||
if [[ -n "${minify}" ]] ; then
|
if [[ -n "${minify}" ]] ; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue