Skip to content

Commit 174f981

Browse files
committed
npm i and increase sleep
1 parent 5695897 commit 174f981

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

bump-version.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ npm version --workspaces "$@" --workspaces-update
55
VERSION=$(cat adapter/package.json | jq -r .version)
66
npm --workspace adapter pkg set "dependencies.@vscode/debugprotocol=$VERSION"
77
npm --workspace testSupport pkg set "dependencies.@vscode/debugprotocol=$VERSION"
8-
sleep 1 # npm may have some disk cache that keeps it from seeing the new version?
8+
sleep 5 # npm may have some disk cache that keeps it from seeing the new version?
99
npm i
1010

1111
git checkout -b bump-v$VERSION

package-lock.json

-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)