|
20 | 20 | "generate": "tsx scripts/generate-commands.ts", |
21 | 21 | "prepublishOnly": "npm run build", |
22 | 22 | "test": "echo \"Error: no test specified\" && exit 1", |
23 | | - "linux-x64": "bun run build && bun build ./dist/index.js --compile --target=bun-linux-x64 --outfile build/appwrite-cli-linux-x64", |
24 | | - "linux-arm64": "bun run build && bun build ./dist/index.js --compile --target=bun-linux-arm64 --outfile build/appwrite-cli-linux-arm64", |
25 | | - "mac-x64": "bun run build && bun build ./dist/index.js --compile --target=bun-darwin-x64 --outfile build/appwrite-cli-darwin-x64", |
26 | | - "mac-arm64": "bun run build && bun build ./dist/index.js --compile --target=bun-darwin-arm64 --outfile build/appwrite-cli-darwin-arm64", |
27 | | - "windows-x64": "bun run build && bun build ./dist/index.js --compile --target=bun-windows-x64 --outfile build/appwrite-cli-win-x64.exe", |
28 | | - "windows-arm64": "bun run build && bun build ./dist/index.js --compile --target=bun-windows-arm64 --outfile build/appwrite-cli-win-arm64.exe" |
| 23 | + "linux-x64": "bun run build && bun build ./dist/index.js --compile --sourcemap=inline --target=bun-linux-x64 --outfile build/appwrite-cli-linux-x64", |
| 24 | + "linux-arm64": "bun run build && bun build ./dist/index.js --compile --sourcemap=inline --target=bun-linux-arm64 --outfile build/appwrite-cli-linux-arm64", |
| 25 | + "mac-x64": "bun run build && bun build ./dist/index.js --compile --sourcemap=inline --target=bun-darwin-x64 --outfile build/appwrite-cli-darwin-x64", |
| 26 | + "mac-arm64": "bun run build && bun build ./dist/index.js --compile --sourcemap=inline --target=bun-darwin-arm64 --outfile build/appwrite-cli-darwin-arm64", |
| 27 | + "windows-x64": "bun run build && bun build ./dist/index.js --compile --sourcemap=inline --target=bun-windows-x64 --outfile build/appwrite-cli-win-x64.exe", |
| 28 | + "windows-arm64": "bun run build && bun build ./dist/index.js --compile --sourcemap=inline --target=bun-windows-arm64 --outfile build/appwrite-cli-win-arm64.exe" |
29 | 29 | }, |
30 | 30 | "dependencies": { |
31 | 31 | "@appwrite.io/console": "^2.1.0", |
|
0 commit comments