File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 42
42
# https://github.com/pnpm/pnpm/issues/3141
43
43
registry-url : ' https://registry.npmjs.org'
44
44
- run : pnpm install --frozen-lockfile
45
+ - run : pnpm build
45
46
# Do not store semantic release dependencies in package.json to avoid lower node versions from failing tests
46
47
- run : pnpm install -w @semantic-release/changelog @semantic-release/git semantic-release
47
- - run : pnpm dlx semantic-release --branches main
48
+ - run : npx semantic-release
48
49
env :
49
50
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
50
51
NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
52
+ NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 9
9
"license" : " MIT" ,
10
10
"private" : true ,
11
11
"scripts" : {
12
+ "build" : " pnpm -r build" ,
12
13
"build-site" : " netlify build --filter demo" ,
13
14
"format" : " pnpm -r format" ,
14
15
"lint" : " pnpm -r lint" ,
You can’t perform that action at this time.
0 commit comments