setup local dev env
This commit is contained in:
15
scripts/ci-local.sh
Executable file
15
scripts/ci-local.sh
Executable file
@@ -0,0 +1,15 @@
|
||||
#!/usr/bin/env sh
|
||||
set -eu
|
||||
|
||||
corepack enable
|
||||
pnpm install --frozen-lockfile
|
||||
|
||||
pnpm build:web
|
||||
pnpm build:symbiote
|
||||
|
||||
cargo fmt --manifest-path backend/Cargo.toml --all -- --check
|
||||
cargo check --manifest-path backend/Cargo.toml --workspace
|
||||
|
||||
docker compose config >/dev/null
|
||||
|
||||
echo "Local CI checks passed."
|
||||
Reference in New Issue
Block a user