Skip to content

Commit

Permalink
npm's dependency resolver sucks and deliberately doesn't work with pr…
Browse files Browse the repository at this point in the history
…erelease versions
  • Loading branch information
DetachHead committed May 7, 2024
1 parent e47be09 commit a4618c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"scripts": {
"postinstall": "node ./build/skipBootstrap.js || npm run install:others",
"clean": "lerna run --no-bail --stream clean",
"install:all": "npm install",
"install:others": "cross-env SKIP_LERNA_BOOTSTRAP=yes lerna exec --no-bail npm install",
"install:all": "npm install --force",
"install:others": "cross-env SKIP_LERNA_BOOTSTRAP=yes lerna exec --no-bail npm install -- --force",
"update:all": "node ./build/updateDeps.js",
"build:extension:dev": "cd packages/vscode-pyright && npm run webpack",
"build:extension": "cd packages/vscode-pyright && npm run package",
Expand Down

0 comments on commit a4618c1

Please sign in to comment.