Skip to content

Commit 2cb1106

Browse files
committed
update script
1 parent fd2222a commit 2cb1106

2 files changed

Lines changed: 614 additions & 15 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"clean:playground": "rm -rf playground/**/node_modules playground/**/package-lock.json playground/**/pnpm-lock.yaml playground/**/bun.lockb playground/**/deno.lock",
5151
"clean:test": "rm -rf test/node_modules test/package-lock.json test/pnpm-lock.yaml test/bun.lockb test/deno.lock",
5252
"clean": "rm -rf node_modules && pnpm clean:playground && pnpm clean:test",
53-
"up-play": "for dir in playground/*/; do (cd \"$dir\" && pnpm update --latest) & done; wait",
53+
"up-play": "for dir in playground/*/; do (cd \"$dir\" && pnpm update --latest); done;",
5454
"update-deps": "pnpm clean && pnpm update --latest && pnpm up-play"
5555
},
5656
"repository": {

0 commit comments

Comments
 (0)