Skip to content

Commit

Permalink
chore: add composite pakage to bundle script
Browse files Browse the repository at this point in the history
  • Loading branch information
lvisei committed May 22, 2022
1 parent b80e9cf commit ec2390f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -28,7 +28,7 @@
"build-composite-layers": "lerna run build --stream --scope=@antv/l7-composite-layers",
"build-component": "lerna run build --stream --scope=@antv/l7plot-component",
"build-website": "lerna run build --stream --scope=l7plot-website",
"bundle": "lerna run build:umd --stream --scope=@antv/l7plot",
"bundle": "lerna run build:umd --stream --scope=@antv/l7*",
"deploy-website": "lerna run deploy --stream --scope=l7plot-website",
"version": "node scripts/sync-version",
"prepublishOnly": "yarn build && yarn bundle",
Expand Down

0 comments on commit ec2390f

Please sign in to comment.