Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- run: pnpm install --frozen-lockfile
- run: git diff --exit-code
- run: pnpm build
- run: pnpm run docs
- run: git diff --exit-code
- run: pnpm test
1 change: 0 additions & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ packages:

allowBuilds:
esbuild: false
nx: false

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated change: lerna is gone so we don't need an nx entry here any more


catalog:
"@types/benchmark": ^2.1.5
Expand Down