Skip to content
Merged
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
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"test": "vitest run --maxWorkers 4 --testTimeout 15000",
"lint": "prettier README.md docs examples package.json src tests --check",
"format": "prettier README.md docs examples package.json src tests --write",
"prepack": "npm run build",
"smoke:dist": "npm run build && tsc --ignoreConfig --noEmit --target ES2024 --module NodeNext --moduleResolution NodeNext --strict --skipLibCheck tests/dist-public-api-smoke.ts && node tests/dist-public-api-smoke.mjs",
"pack:dry-run": "npm pack --dry-run",
"check": "npm run lint && npm test && npm run smoke:dist && npm run pack:dry-run"
Expand Down