Skip to content

Commit c19223b

Browse files
committed
Fix error when building without first running yarn
1 parent 80050d0 commit c19223b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tasks.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function prepend-loader() {
5656
# Copy code-server into VS Code then build it.
5757
function build-code-server() {
5858
copy-server
59-
yarn gulp compile-build --max-old-space-size=32384
59+
cd "${sourcePath}" && yarn gulp compile-build --max-old-space-size=32384
6060

6161
local min=""
6262
if [[ -n "${minify}" ]] ; then

0 commit comments

Comments
 (0)