Skip to content

Commit

Permalink
Try building vega alongside regular build
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed Jun 21, 2019
1 parent 2f977ea commit 75241a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -32,14 +32,15 @@
"analyze:prod": "cd dev_mode && jlpm run build:prod --analyze && opn static/stats.html",
"build": "jlpm run build:dev",
"build:core": "cd jupyterlab/staging && jlpm && (jlpm deduplicate || jlpm) && jlpm run build",
"build:dev": "jlpm run integrity && jlpm run build:packages && cd dev_mode && jlpm run build",
"build:dev": "jlpm run integrity && jlpm run build:vega && jlpm run build:packages && cd dev_mode && jlpm run build",
"build:dev:prod": "jlpm run integrity && jlpm run build:packages && cd dev_mode && jlpm run build:prod",
"build:examples": "lerna run build --scope \"@jupyterlab/example-*\"",
"build:packages": "cd packages/metapackage && jlpm run build",
"build:src": "lerna run build --scope \"@jupyterlab/!(test-|example-|application-top)*\" --concurrency 1",
"build:test": "lerna run build --scope \"@jupyterlab/test-*\" --concurrency 1",
"build:testutils": "cd testutils && jlpm run build",
"build:utils": "cd buildutils && jlpm run build",
"build:vega": "lerna run build:webpack --scope \"@jupyterlab/vega*-extension\" --concurrency 1",
"bump:js:major": "node buildutils/lib/bump-js-major.js",
"bumpversion": "node buildutils/lib/bumpversion.js",
"clean": "jlpm run clean:dev && jlpm run clean:packages",
Expand Down
1 change: 1 addition & 0 deletions packages/vega4-extension/package.json
Expand Up @@ -28,6 +28,7 @@
},
"scripts": {
"build": "tsc -b && webpack",
"build:webpack": "webpack",
"clean": "rimraf lib",
"docs": "typedoc --options tdoptions.json --theme ../../typedoc-theme src",
"prepublishOnly": "npm run build",
Expand Down
1 change: 1 addition & 0 deletions packages/vega5-extension/package.json
Expand Up @@ -28,6 +28,7 @@
},
"scripts": {
"build": "tsc -b && webpack",
"build:webpack": "webpack",
"clean": "rimraf lib",
"docs": "typedoc --options tdoptions.json --theme ../../typedoc-theme src",
"prepublishOnly": "npm run build",
Expand Down

0 comments on commit 75241a5

Please sign in to comment.