fix(core): ship schema with package build

This commit is contained in:
tommy0103
2026-07-12 00:39:57 +08:00
parent 535d8edb4d
commit 3a6e3a00a7
2 changed files with 21 additions and 1 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
"src/schema.sql"
],
"scripts": {
"build": "rm -rf dist && tsc -p tsconfig.build.json",
"build": "rm -rf dist && tsc -p tsconfig.build.json && cp src/schema.sql dist/schema.sql",
"typecheck": "tsc --noEmit -p tsconfig.json"
}
}