Some checks failed
CI/CD Pipeline / Test Suite (push) Has been cancelled
CI/CD Pipeline / Security Audit (push) Has been cancelled
CI/CD Pipeline / Performance Benchmarks (push) Has been cancelled
Rust CI / Security Audit (push) Has been cancelled
Rust CI / Check + Test + Lint (nightly) (push) Has been cancelled
Rust CI / Check + Test + Lint (stable) (push) Has been cancelled
CI/CD Pipeline / Build Docker Image (push) Has been cancelled
CI/CD Pipeline / Deploy to Staging (push) Has been cancelled
CI/CD Pipeline / Deploy to Production (push) Has been cancelled
CI/CD Pipeline / Cleanup (push) Has been cancelled
8 lines
129 B
Bash
Executable File
8 lines
129 B
Bash
Executable File
#!/bin/bash
|
|
pnpm i
|
|
cd end2end
|
|
pnpm i
|
|
cd ..
|
|
pnpm build:css
|
|
cargo leptos build -r --js-minify true --features "tls,content-static"
|