Skip to content

Commit 30d08fa

Browse files
committed
Add deduplicate script to package.json
Mirrors PR jupyter/notebook#7058
1 parent 9774ff3 commit 30d08fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spyder_notebook/server/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
]
1010
},
1111
"scripts": {
12-
"build": "lerna run build"
12+
"build": "lerna run build",
13+
"deduplicate": "jlpm dlx yarn-berry-deduplicate -s fewerHighest && jlpm install"
1314
},
1415
"devDependencies": {
1516
"@jupyterlab/buildutils": "^4.0.3",

0 commit comments

Comments
 (0)