File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 4040 node-version : lts/*
4141 cache : npm
4242 - run : npm ci
43+ - run : npm run build
4344 - run : npx semantic-release --dry-run
4445 if : always()
4546 env :
6465 node-version : lts/*
6566 cache : npm
6667 - run : npm ci
68+ - run : npm run build
6769 - run : npx semantic-release
6870 # Don't allow interrupting the release step if the job is cancelled, as it can lead to an inconsistent state
6971 # e.g. git tags were pushed but it exited before `npm publish`
Original file line number Diff line number Diff line change 2525 "lint" : " eslint . && tsc --noEmit" ,
2626 "posttest" : " npm run lint" ,
2727 "prebuild" : " npm run clean" ,
28- "prepublishOnly " : " npm run build" ,
28+ "prepare " : " npm run build" ,
2929 "test" : " npm run test:node && npm run test:browser" ,
3030 "test:browser" : " tsx test/browser/client.browser.test.ts" ,
3131 "test:bun" : " bun run test/bun/client.bun.test.ts" ,
You can’t perform that action at this time.
0 commit comments