Skip to content

Commit

Permalink
Fix missing deduplicate command when using build:core
Browse files Browse the repository at this point in the history
  • Loading branch information
lresende committed Dec 19, 2019
1 parent 636a1ae commit 4e2bbdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jupyterlab/staging/package.json
Original file line number Diff line number Diff line change
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 4e2bbdb

Please sign in to comment.