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 5353 if : github.ref == 'refs/heads/main'
5454 id : changesets
5555 uses : changesets/action@v1
56+ with :
57+ publish : pnpm release
5658 env :
5759 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
5860 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 2020 "type" : " git" ,
2121 "url" : " https://github.com/qwikifiers/qwik-turnstile"
2222 },
23+
2324 "engines" : {
2425 "node" : " ^18.17.0 || ^20.3.0 || >=21.0.0"
2526 },
3738 "fmt.staged" : " pretty-quick --staged" ,
3839 "lint" : " eslint \" src/**/*.ts*\" " ,
3940 "release.pkg-pr-new" : " pnpm dlx pkg-pr-new@^0.0.30 publish" ,
40- "release" : " np " ,
41+ "release" : " changeset publish " ,
4142 "start" : " vite --open --mode ssr" ,
4243 "test" : " echo \" No test specified\" && exit 0" ,
4344 "qwik" : " qwik"
You can’t perform that action at this time.
0 commit comments