Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhaiwat10 committed Sep 18, 2024
1 parent deb38f2 commit 4e1ba0a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions scripts/tests-template.sh
Original file line number Diff line number Diff line change
@@ -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
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

0 comments on commit 4e1ba0a

Please sign in to comment.