Skip to content

Commit

Permalink
does this fix anything
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead committed Mar 25, 2024
1 parent d395504 commit 28a96a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"postinstall": "node ./build/skipBootstrap.js || bun run install:others",
"clean": "lerna run --no-bail --stream clean",
"install:all": "bun install",
"install:all": "bun install --frozen-lockfile",
"install:others": "cross-env SKIP_LERNA_BOOTSTRAP=yes lerna exec --no-bail bun install",
"update:all": "node ./build/updateDeps.js",
"build:extension:dev": "cd packages/vscode-pyright && bun run webpack",
Expand Down

0 comments on commit 28a96a6

Please sign in to comment.