From 0199e80105748d304580b8fe4d3a8a7e0271951e Mon Sep 17 00:00:00 2001 From: Steve Dodier-Lazaro Date: Tue, 22 Oct 2024 15:13:06 +0200 Subject: [PATCH] fix(rest): Build during publish --- packages/rest/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/rest/package.json b/packages/rest/package.json index 5d67542..3154079 100644 --- a/packages/rest/package.json +++ b/packages/rest/package.json @@ -34,6 +34,7 @@ "lint:files": "eslint --", "lint:fix": "eslint . --fix", "lint:staged": "lint-staged", + "prepublish": "pnpm build", "test": "vitest run", "test:changed": "vitest run --changed HEAD~1", "test:coverage": "vitest --coverage run",