File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1010
1111jobs :
1212 publish-npm :
13- if : " !contains(github.event.head_commit.message, 'skip ci')"
1413 runs-on : ubuntu-latest
1514 steps :
1615 - uses : actions/checkout@v3
2120 node-version : ' 16'
2221 registry-url : https://registry.npmjs.org/
2322 - run : npm i -g pnpm
24- - run : pnpm install
23+ - run : pnpm install --no-frozen-lockfile
2524 - run : pnpm release
2625 env :
2726 NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
28-
Original file line number Diff line number Diff line change 5050 "typecheck" : " tsc --noEmit" ,
5151 "re-major" : " standard-version -r major" ,
5252 "re-minor" : " standard-version -r minor" ,
53- "re-patch" : " standard-version -r patch"
53+ "re-patch" : " standard-version -r patch" ,
54+ "release" : " pnpm run build && pnpm publish --access public --no-git-checks"
5455 },
5556 "devDependencies" : {
5657 "@antfu/ni" : " ^0.18.8" ,
6162 "typescript" : " ^4.9.4" ,
6263 "vite" : " ^4.0.1" ,
6364 "vitest" : " ^0.25.7" ,
64- "tsup" : " ^6.5.0" ,
65- "release" : " pnpm run build && pnpm publish --access public --no-git-checks"
65+ "tsup" : " ^6.5.0"
6666 },
6767 "dependencies" : {
6868 "@swc/core" : " ^1.3.22" ,
You can’t perform that action at this time.
0 commit comments