refactor: rename compile:mac/win to compile:darwin/windows to match Bun target names
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
"scripts": {
|
||||
"build": "vite build",
|
||||
"compile": "bun compile.ts",
|
||||
"compile:darwin": "bun compile.ts --target bun-darwin-arm64",
|
||||
"compile:linux": "bun compile.ts --target bun-linux-x64",
|
||||
"compile:mac": "bun compile.ts --target bun-darwin-arm64",
|
||||
"compile:win": "bun compile.ts --target bun-windows-x64",
|
||||
"compile:windows": "bun compile.ts --target bun-windows-x64",
|
||||
"db:generate": "drizzle-kit generate",
|
||||
"db:migrate": "drizzle-kit migrate",
|
||||
"db:push": "drizzle-kit push",
|
||||
|
||||
Reference in New Issue
Block a user