Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
build production, bah!
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Jun 13, 2023
1 parent eeb9500 commit c7e8951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/build-netlify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if ! command -v wasm-pack &> /dev/null; then
fi

if [ "$1" == "preview" ]; then
pnpm build:wasm-dev
pnpm build:wasm
else
pnpm build:wasm
fi
Expand Down

0 comments on commit c7e8951

Please sign in to comment.