Skip to content

Commit 29ef7af

Browse files
committed
Move workspace to script/workspace folder
1 parent 1dbe039 commit 29ef7af

6 files changed

Lines changed: 5 additions & 5 deletions

File tree

script/bootstrap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ clone_repo https://github.com/github/actions-languageservices "$root"/actions-la
2222

2323
# Copy workspace files
2424
echo "Copying workspace files..."
25-
cp "$repo_root"/.devcontainer/package.json "$root"
26-
cp "$repo_root"/.devcontainer/vscode-github-actions.code-workspace "$root"
27-
cp "$repo_root"/.devcontainer/.npmrc "$root"
28-
cp "$repo_root"/.devcontainer/update-package-locks.sh "$root"
29-
cp "$repo_root"/.devcontainer/watch.sh "$root"
25+
cp "$repo_root"/script/workspace/package.json "$root"
26+
cp "$repo_root"/script/workspace/vscode-github-actions.code-workspace "$root"
27+
cp "$repo_root"/script/workspace/.npmrc "$root"
28+
cp "$repo_root"/script/workspace/update-package-locks.sh "$root"
29+
cp "$repo_root"/script/workspace/watch.sh "$root"
File renamed without changes.

0 commit comments

Comments
 (0)