File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7373
7474 # We remove the scripts field so that later on we can run
7575 # yarn to fetch node_modules if necessary without build scripts running.
76- # We cannot use --no-scripts because we still want dependant package scripts to run.
76+ # We cannot use --no-scripts because we still want dependent package scripts to run.
7777 jq ' del(.scripts)' < " $VSCODE_SRC_PATH /package.json" > " $VSCODE_OUT_PATH /package.json"
7878}
7979
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ If you want to make the SSH port forwarding persistent we recommend using
136136[ mutagen] ( https://mutagen.io/documentation/introduction/installation ) .
137137
138138```
139- # Same as the above SSH command but runs in the background continously .
139+ # Same as the above SSH command but runs in the background continuously .
140140# Add `mutagen daemon start` to your ~/.bashrc to start the mutagen daemon when you open a shell.
141141mutagen forward create --name=code-server tcp:127.0.0.1:8080 <instance-ip>:tcp:127.0.0.1:8080
142142```
You can’t perform that action at this time.
0 commit comments