Browse Source

Merge pull request #7621 from lresende/fix-dedup-typo

Fix missing deduplicate command when using build:core
Steven Silvester 5 years ago
parent
commit
f4995f9356
1 changed files with 1 additions and 0 deletions
  1. 1 0
      jupyterlab/staging/package.json

+ 1 - 0
jupyterlab/staging/package.json

@@ -11,6 +11,7 @@
     "build:prod:release": "ensure-max-old-space webpack --config webpack.prod.release.config.js",
     "build:prod:stats": "ensure-max-old-space webpack --profile --config webpack.prod.minimize.config.js --json > stats.json",
     "build:stats": "webpack --profile --json > stats.json",
+    "deduplicate": "jlpm yarn-deduplicate -s fewer",
     "clean": "rimraf build",
     "prepublishOnly": "npm run build",
     "watch": "webpack --watch"