Skip to content

Commit

Permalink
Fix bootstrap script (#1021)
Browse files Browse the repository at this point in the history
* Switch to build-in dedupe

* Remove lerna bootstrap as it is not supported for yarn 2+
  • Loading branch information
krassowski committed Nov 25, 2023
1 parent 341102f commit ace7047
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 313 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
"vscode-html-languageserver-bin": "^1.4.0",
"vscode-json-languageserver-bin": "^1.0.1",
"vscode-json-languageservice": "^4.1.8",
"yaml-language-server": "^1.0.0",
"yarn-deduplicate": "^6.0.2"
"yaml-language-server": "^1.0.0"
},
"husky": {
"hooks": {}
Expand All @@ -45,8 +44,8 @@
"jest": "^29.0.0"
},
"scripts": {
"bootstrap": "jlpm & jlpm deduplicate && lerna bootstrap && jlpm clean && jlpm build && jlpm lint",
"deduplicate": "yarn-deduplicate -s fewer --fail",
"bootstrap": "jlpm & jlpm deduplicate && jlpm clean && jlpm build && jlpm lint",
"deduplicate": "jlpm dedupe --strategy highest",
"build": "jlpm build:schema && jlpm build:meta && jlpm build:labextension",
"build:schema": "lerna run build:schema --stream",
"build:meta": "lerna run build --stream --scope @jupyter-lsp/jupyterlab-lsp-metapackage",
Expand Down

0 comments on commit ace7047

Please sign in to comment.