Skip to content

Commit

Permalink
chore: move playwright install before building yarn packages
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Mar 25, 2024
1 parent 6fa3f56 commit ffe5712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noir/scripts/test_js_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set -eu
cd $(dirname "$0")/../noir-repo

./.github/scripts/wasm-bindgen-install.sh
./.github/scripts/playwright-install.sh

# Set build data manually.
export SOURCE_DATE_EPOCH=$(date +%s)
Expand All @@ -15,6 +16,5 @@ export PATH="${PATH}:/usr/src/noir/noir-repo/target/release/"

yarn --immutable
yarn build
./.github/scripts/playwright-install.sh

yarn test

0 comments on commit ffe5712

Please sign in to comment.