File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3232 with : { node-version: lts/*, cache: "pnpm" }
3333 - run : pnpm install
3434 - run : pnpm changelogen --bump --canary nightly
35- - run : npm i -g npm@latest && npm publish --tag 1.x
35+ - run : npm i -g npm@latest && npm publish --tag 1x
Original file line number Diff line number Diff line change 2727 "prepack" : " pnpm build" ,
2828 "play" : " listhen -w ./playground/app.ts" ,
2929 "profile" : " 0x -o -D .profile -P 'autocannon -c 100 -p 10 -d 40 http://localhost:$PORT' ./playground/server.cjs" ,
30- "release" : " pnpm test && pnpm build && changelogen --release --publish --publishTag 1.x && git push --follow-tags" ,
30+ "release" : " pnpm test && pnpm build && changelogen --release --publish --publishTag 1x && git push --follow-tags" ,
3131 "test" : " pnpm lint && vitest --run --coverage && pnpm test:types" ,
3232 "test:types" : " tsc --noEmit"
3333 },
You can’t perform that action at this time.
0 commit comments