diff --git a/scripts/tests-template.sh b/scripts/tests-template.sh index a5a0aafe342..98e773ad1e7 100755 --- a/scripts/tests-template.sh +++ b/scripts/tests-template.sh @@ -1,5 +1,6 @@ #!/bin/bash -cd templates/vite/sway-programs && pnpm fuels-forc test -cd templates/nextjs/sway-programs && pnpm forc test -cd apps/create-fuels-counter-guide/sway-programs && pnpm forc test \ No newline at end of file +ROOT_DIR=$(pwd) +cd $ROOT_DIR/templates/vite/sway-programs && ls && pnpm fuels-forc test +cd $ROOT_DIR/templates/nextjs/sway-programs && pnpm forc test +cd $ROOT_DIR/apps/create-fuels-counter-guide/sway-programs && pnpm forc test \ No newline at end of file