From 6c21f091118ab50302d1c474d1a437d75ad2dab2 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Thu, 19 Oct 2023 13:55:57 +0200 Subject: [PATCH] chore: update release script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a6cca6f..18d2dbc 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "lint": "eslint --ext .ts,.js,.mjs,.cjs . && prettier -c src test", "lint:fix": "eslint --ext .ts,.js,.mjs,.cjs . --fix && prettier -w src test", "prepack": "unbuild", - "release": "changelogen --release && npm publish && git push --follow-tags", + "release": "pnpm test && changelogen --release && npm publish && git push --follow-tags", "test": "pnpm lint && vitest run --coverage && pnpm test:types", "test:types": "tsc --noEmit" },