Skip to content

Commit

Permalink
Fix typo in Bash script Update run-fixture-projects.sh (NomicFoundati…
Browse files Browse the repository at this point in the history
  • Loading branch information
barajeel authored Dec 18, 2024
1 parent 2f8447f commit 7a27499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/run-fixture-projects.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ for dir in ${FIXTURE_PROJECTS_DIR}/*; do

echo "[e2e] Installing modules in $dir"
npm add $HARDHAT_CORE_FOLDER_PATH/$HARDHAT_TGZ_FILE >/dev/null 2>&1
npm install >/dev/null 2>&1 # install moduled specified in the package.json
npm install >/dev/null 2>&1 # install modules specified in the package.json
echo "[e2e] All modules have been installed in $dir"

echo "[e2e] Starting test in $dir"
Expand Down

0 comments on commit 7a27499

Please sign in to comment.