Skip to content

Commit

Permalink
fix: try bundledDependencies (#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz authored Nov 30, 2021
1 parent c1f6e98 commit a177b2e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@
"vega-themes": "^2.10.0",
"vega-tooltip": "^0.27.0"
},
"bundledDependencies": [
"yallist"
],
"scripts": {
"prebuild": "yarn clean && yarn build:style",
"build": "rollup -c",
Expand All @@ -90,12 +93,11 @@
"pretest": "yarn build:style",
"test": "beemo jest --stdio stream",
"test:inspect": "node --inspect-brk ./node_modules/.bin/jest --runInBand",
"prepare": "beemo create-config",
"prepare": "beemo create-config && npx patch-package",
"prettierbase": "beemo prettier '*.{css,scss,html}'",
"eslintbase": "beemo eslint .",
"format": "yarn eslintbase --fix && yarn prettierbase --write",
"lint": "yarn eslintbase && yarn prettierbase --check",
"release": "yarn build && auto shipit",
"postinstall": "npx patch-package"
"release": "yarn build && auto shipit"
}
}

0 comments on commit a177b2e

Please sign in to comment.