File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 40
40
node-version : lts/*
41
41
cache : npm
42
42
- run : npm ci
43
+ - run : npm run build
43
44
- run : npx semantic-release --dry-run
44
45
if : always()
45
46
env :
64
65
node-version : lts/*
65
66
cache : npm
66
67
- run : npm ci
68
+ - run : npm run build
67
69
- run : npx semantic-release
68
70
# Don't allow interrupting the release step if the job is cancelled, as it can lead to an inconsistent state
69
71
# e.g. git tags were pushed but it exited before `npm publish`
Original file line number Diff line number Diff line change 25
25
"lint" : " eslint . && tsc --noEmit" ,
26
26
"posttest" : " npm run lint" ,
27
27
"prebuild" : " npm run clean" ,
28
- "prepublishOnly " : " npm run build" ,
28
+ "prepare " : " npm run build" ,
29
29
"test" : " npm run test:node && npm run test:browser" ,
30
30
"test:browser" : " tsx test/browser/client.browser.test.ts" ,
31
31
"test:bun" : " bun run test/bun/client.bun.test.ts" ,
You can’t perform that action at this time.
0 commit comments