diff --git a/package.json b/package.json index 4c8b6aa..69c41e2 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "test": "npm run build && node --test test/*.test.mjs", "lint": "tsc --noEmit", "version": "changeset version", - "release": "npm run build" + "release": "npm run build && changeset publish" }, "dependencies": { "@fastify/cookie": "^11.0.2",