From 9ed23295aeda9c100e7ed5cc27befe3b659e661e Mon Sep 17 00:00:00 2001 From: hypercross Date: Tue, 28 Apr 2026 16:52:03 +0800 Subject: [PATCH] build: include samples in prepare script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aa8f13d..c24defd 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "scripts": { "build": "tsup", "build:samples": "tsup --config tsup.samples.config.ts", - "prepare": "npm run build", + "prepare": "npm run build && npm run build:samples", "test": "vitest", "test:run": "vitest run", "typecheck": "tsc --noEmit"