We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd2222a commit 2cb1106Copy full SHA for 2cb1106
2 files changed
package.json
@@ -50,7 +50,7 @@
50
"clean:playground": "rm -rf playground/**/node_modules playground/**/package-lock.json playground/**/pnpm-lock.yaml playground/**/bun.lockb playground/**/deno.lock",
51
"clean:test": "rm -rf test/node_modules test/package-lock.json test/pnpm-lock.yaml test/bun.lockb test/deno.lock",
52
"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",
+ "up-play": "for dir in playground/*/; do (cd \"$dir\" && pnpm update --latest); done;",
54
"update-deps": "pnpm clean && pnpm update --latest && pnpm up-play"
55
},
56
"repository": {
0 commit comments