Skip to content

Commit

Permalink
Add root package as Nx project (jupyterlab#8)
Browse files Browse the repository at this point in the history
* add package root to workspaces

* configure Nx to not include root scripts as Nx targets
  • Loading branch information
dlqqq authored Mar 4, 2023
1 parent fd07933 commit 384abfc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.0.1",
"private": true,
"workspaces": [
".",
"packages/*"
],
"scripts": {
Expand All @@ -19,5 +20,8 @@
"devDependencies": {
"lerna": "^6.4.1",
"@jupyterlab/builder": "^3.1.0"
},
"nx": {
"includedScripts": []
}
}

0 comments on commit 384abfc

Please sign in to comment.