Skip to content

Commit

Permalink
chore: Avoid building docs in build:packages script
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Jun 12, 2024
1 parent ff4e461 commit d528b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@anywidget/monorepo",
"scripts": {
"build": "rspack build -c ./packages/anywidget/scripts/jlab.config.cjs",
"build:packages": "tsc --build && pnpm -r build && pnpm publint",
"build:packages": "tsc --build && pnpm --filter=\"./packages\" -r build && pnpm publint",
"clean": "rm -rf anywidget/nbextension/index.js anywidget/labextension && pnpm -r exec rm -rf dist",
"version": "changeset version && pnpm install",
"release": "pnpm build:packages && python -m build && changeset publish && twine upload --skip-existing dist/*",
Expand Down

0 comments on commit d528b16

Please sign in to comment.