mirror of
https://github.com/coder/code-server.git
synced 2026-05-29 18:13:50 +02:00
refactor: remove yarn.lock steps (#5850)
This commit is contained in:
@@ -10,7 +10,7 @@ main() {
|
||||
|
||||
source ./ci/lib.sh
|
||||
|
||||
rsync --exclude yarn.lock "$RELEASE_PATH/" "$RELEASE_PATH-standalone"
|
||||
rsync "$RELEASE_PATH/" "$RELEASE_PATH-standalone"
|
||||
RELEASE_PATH+=-standalone
|
||||
|
||||
# We cannot find the path to node from $PATH because yarn shims a script to ensure
|
||||
|
||||
Reference in New Issue
Block a user