Fix error when building without first running yarn
This commit is contained in:
parent
80050d0d9d
commit
c19223b7fe
|
@ -56,7 +56,7 @@ function prepend-loader() {
|
|||
# Copy code-server into VS Code then build it.
|
||||
function build-code-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=""
|
||||
if [[ -n "${minify}" ]] ; then
|
||||
|
|
Loading…
Reference in New Issue