Skip to content

Commit d5f5ed5

Browse files
committed
add working lock file and script to add it to ws
1 parent 7d092e2 commit d5f5ed5

2 files changed

Lines changed: 16720 additions & 1 deletion

File tree

script/bootstrap

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,14 @@ function clone_repo() {
1515
repo_root="$(git rev-parse --show-toplevel)"
1616
root="$(dirname "$repo_root")"
1717

18+
# Copy working package-lock.json to workspace
19+
echo "Copy lock file to workspace..."
20+
cp "$repo_root"/script/workspace/package-lock.json "$root"
21+
1822
# Clone dependent repos
1923
echo "Cloning dependent repos..."
2024
clone_repo https://github.com/actions/languageservices "$root"/languageservices
2125

22-
2326
# Copy workspace files
2427
echo "Copying workspace files..."
2528
cp "$repo_root"/script/workspace/package.json "$root"

0 commit comments

Comments
 (0)