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 10
10
11
11
jobs :
12
12
publish-npm :
13
- if : " !contains(github.event.head_commit.message, 'skip ci')"
14
13
runs-on : ubuntu-latest
15
14
steps :
16
15
- uses : actions/checkout@v3
21
20
node-version : ' 16'
22
21
registry-url : https://registry.npmjs.org/
23
22
- run : npm i -g pnpm
24
- - run : pnpm install
23
+ - run : pnpm install --no-frozen-lockfile
25
24
- run : pnpm release
26
25
env :
27
26
NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
28
-
Original file line number Diff line number Diff line change 50
50
"typecheck" : " tsc --noEmit" ,
51
51
"re-major" : " standard-version -r major" ,
52
52
"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"
54
55
},
55
56
"devDependencies" : {
56
57
"@antfu/ni" : " ^0.18.8" ,
61
62
"typescript" : " ^4.9.4" ,
62
63
"vite" : " ^4.0.1" ,
63
64
"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"
66
66
},
67
67
"dependencies" : {
68
68
"@swc/core" : " ^1.3.22" ,
You can’t perform that action at this time.
0 commit comments