Skip to content

Commit

Permalink
revert: update netlify build
Browse files Browse the repository at this point in the history
This reverts commit 188ac91.
  • Loading branch information
adamdehaven committed Sep 29, 2023
1 parent 188ac91 commit c13b8ad
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions sandbox/netlify.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Remain empty

# Ignore so that the build is always processed for the sandbox
[build]
base = "/sandbox/"
command = "cd .. && yarn install --frozen-lockfile && yarn sandbox:build:netlify"
publish = "/sandbox/dist"
environment = { NODE_VERSION = "18.17.1", YARN_FLAGS="--frozen-lockfile --ignore-optional" }
# Exit with code 1 so that the build is always processed for the sandbox
ignore = "exit 1"

0 comments on commit c13b8ad

Please sign in to comment.