Skip to content

Commit adc99e2

Browse files
committed
netlify retry
1 parent 76da658 commit adc99e2

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

netlify.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
[build]
2+
# Disable Netlify's automatic dependency installation
3+
# build.sh handles everything: Rust, wasm-pack, Just, and yarn install
4+
installCommand = "echo 'Skipping Netlify install - handled in build.sh'"
25
# Build command matching GitHub Actions workflow approach
36
# GitHub Actions uses: just build, then yarn web-wallet:build
47
# But we need to install Rust/wasm-pack/Just first, so use build.sh

packages/web-wallet/netlify.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
[build]
2+
# Disable Netlify's automatic dependency installation
3+
# build.sh handles everything: Rust, wasm-pack, Just, and yarn install
4+
installCommand = "echo 'Skipping Netlify install - handled in build.sh'"
25
# Use the build script in this directory which navigates to repo root
36
command = "bash build.sh"
47
# The output directory relative to this directory (web-wallet)

0 commit comments

Comments
 (0)