Skip to content

Commit

Permalink
fix: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
aqrln committed Jul 10, 2024
1 parent c5776be commit 816ba4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prisma-schema-wasm/scripts/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -euo pipefail

echo -n '1. The final wasm file is not empty: '

EXPECTED_FINAL_WASM_FILE_PATH="$PRISMA_SCHEMA_WASM/src/prisma_schema_build_bg.wasm";
EXPECTED_FINAL_WASM_FILE_PATH="$PRISMA_SCHEMA_WASM/src/node/prisma_schema_build_bg.wasm";
WASM_FILE_SIZE=$(wc -c "$EXPECTED_FINAL_WASM_FILE_PATH" | sed 's/ .*$//')

if [[ $WASM_FILE_SIZE == '0' ]]; then
Expand Down

0 comments on commit 816ba4d

Please sign in to comment.