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"