File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 run : npm ci --ignore-scripts
4040
4141 - name : Type check
42- run : ./node_modules/.bin/tsc --noEmit
42+ run : npm run type-check
4343
4444 - name : Test
4545 run : npm test
Original file line number Diff line number Diff line change 55 [
66 " @semantic-release/exec" ,
77 {
8+ "verifyRelease" : " npm run type-check" ,
89 "prepareCmd" : " npm run build"
910 }
1011 ],
Original file line number Diff line number Diff line change 1717 "homepage" : " https://github.com/EricCrosson/install-github-release-binary#readme" ,
1818 "scripts" : {
1919 "build" : " esbuild src/index.ts --bundle --minify --platform=node --target=node16 --outfile=dist/index.js" ,
20- "test" : " node --loader tsx --test test/test-*.ts"
20+ "test" : " node --loader tsx --test test/test-*.ts" ,
21+ "type-check" : " tsc --noEmit"
2122 },
2223 "dependencies" : {
2324 "@actions/cache" : " 3.1.2" ,
You can’t perform that action at this time.
0 commit comments