Skip to content

Commit

Permalink
Merge pull request #7621 from lresende/fix-dedup-typo
Browse files Browse the repository at this point in the history
Fix missing deduplicate command when using build:core
  • Loading branch information
Steven Silvester committed Dec 23, 2019
2 parents 919682a + 4e2bbdb commit f4995f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jupyterlab/staging/package.json
Expand Up @@ -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"
Expand Down

0 comments on commit f4995f9

Please sign in to comment.