Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions enterprise/dev/app/tauri-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,9 @@ build() {
bundles="$bundles,updater"
fi

echo "--- :tauri: Installing packages"
pnpm install

echo "--- :tauri: Building Application (${version}) with bundles '${bundles}' for platform: ${platform}"
NODE_ENV=production pnpm run build-app-shell
pnpm tauri build --bundles ${bundles} --target "${platform}"
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"build-ts": "tsc --build tsconfig.all.json --emitDeclarationOnly",
"build-web": "pnpm --filter @sourcegraph/web run build",
"build-app-shell": "pnpm --filter @sourcegraph/app-shell run build",
"build-app-macos-aarch64": "ARCH=aarch64-apple-darwin ./enterprise/dev/app/build.sh",
"watch-web": "pnpm --filter @sourcegraph/web run watch",
"generate": "gulp generate",
"watch-generate": "gulp watchGenerate",
Expand Down