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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"ci": "npm run typecheck && npm test && npm run compat:codegraph && npm pack --dry-run",
"compat:codegraph": "codegraph --version",
"local-release": "changeset version && changeset publish",
"publish-packages": "npm publish --access public --provenance",
"publish-packages": "node -e \"const {execSync}=require('node:child_process'); const p=require('./package.json'); const spec=p.name+'@'+p.version; try { execSync('npm view '+spec+' version', {stdio:'ignore'}); console.log(spec+' already published; skipping.'); } catch { execSync('npm publish --access public --provenance', {stdio:'inherit'}); }\"",
"prepack": "npm run typecheck && npm test",
"prepublishOnly": "npm run ci",
"typecheck": "tsc --noEmit",
Expand Down