Skip to content

Commit

Permalink
[skip ci] Fix scope in script
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Oct 11, 2023
1 parent edcd71d commit a2c6d8a
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 @@ -15,7 +15,7 @@
"updated": "lerna updated",
"watch:webapp": "run-p watch:lib watch:app",
"watch:app": "lerna exec --stream --scope \"nbdime-webapp\" npm run watch",
"watch:lib": "lerna exec --stream --scope \"nbdime\" --scope \"jupyterlab-rise\" npm run watch"
"watch:lib": "lerna exec --stream --scope \"nbdime\" --scope \"nbdime-jupyterlab\" npm run watch"
},
"devDependencies": {
"@jupyterlab/buildutils": "4.0.0",
Expand Down

0 comments on commit a2c6d8a

Please sign in to comment.