Skip to content

Commit

Permalink
fixed test script
Browse files Browse the repository at this point in the history
  • Loading branch information
bearni95 committed Apr 25, 2024
1 parent 3217861 commit 7e0753e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taikoon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"eslint": "pnpm exec eslint --ignore-path .eslintignore --ext .js,.ts .",
"fmt:sol": "forge fmt",
"lint:sol": "forge fmt && pnpm solhint 'contracts/**/*.sol'",
"test": "pnpm clean && pnpm build && forge test --match-path 'test/*.t.sol' -vvv",
"test": "pnpm clean && pnpm compile && forge test --match-path 'test/*.t.sol' -vvv",
"node": "anvil",
"merkle": "node script/js/generate-merkle-tree.js",
"deploy:localhost": "forge clean && pnpm compile && forge script script/sol/Deploy.s.sol --rpc-url http://localhost:8545 --broadcast",
Expand Down

0 comments on commit 7e0753e

Please sign in to comment.