Skip to content

Commit

Permalink
chore: add build script to release
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Feb 24, 2024
1 parent fba6c92 commit 6681afa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"play:deno": "deno run --unstable-sloppy-imports -A playground/deno.ts",
"play:node": "jiti playground/node.ts",
"play:uws": "jiti playground/uws.ts",
"release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
"release": "pnpm test && pnpm build && changelogen --release && npm publish && git push --follow-tags",
"test": "pnpm lint && pnpm test:types",
"test:types": "tsc --noEmit --skipLibCheck"
},
Expand Down Expand Up @@ -113,4 +113,4 @@
}
},
"packageManager": "pnpm@8.15.0"
}
}

0 comments on commit 6681afa

Please sign in to comment.