mirror of
https://github.com/block/goose.git
synced 2026-05-19 07:54:19 +00:00
Replace ensure-local-goose (#8532)
Signed-off-by: Douwe Osinga <douwe@squareup.com> Co-authored-by: Douwe Osinga <douwe@squareup.com>
This commit is contained in:
parent
3d285e9d84
commit
e16f8e8f9b
1 changed files with 5 additions and 2 deletions
|
|
@ -79,7 +79,7 @@ test-e2e-all:
|
|||
# ── Run ──────────────────────────────────────────────────────
|
||||
|
||||
# Start the desktop app in dev mode
|
||||
dev: setup
|
||||
dev: build-core
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
|
|
@ -137,7 +137,7 @@ dev: setup
|
|||
pnpm tauri dev --features app-test-driver --config src-tauri/tauri.dev.conf.json "${EXTRA_CONFIG_ARGS[@]}"
|
||||
|
||||
# Start the desktop app with dev config
|
||||
dev-debug: setup
|
||||
dev-debug: build-core
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
|
|
@ -281,3 +281,6 @@ clean:
|
|||
cd src-tauri && cargo clean
|
||||
rm -rf dist
|
||||
rm -rf node_modules
|
||||
|
||||
build-core:
|
||||
cargo build -p goose-cli --bin goose
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue