Skip to content

Commit

Permalink
chore: not sure what im doing any more
Browse files Browse the repository at this point in the history
  • Loading branch information
0xsambugs committed Feb 16, 2024
1 parent d5975bd commit c8dd3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"test:e2e": "yarn test './test/e2e/**/*.spec.ts'",
"test:gas": "REPORT_GAS=1 npx hardhat test",
"test:integration": "yarn test './test/integration/**/*.spec.ts'",
"test:unit": "yarn test 'test/unit/**/*.spec.ts'"
"test:unit": "npx hardhat compile --no-typechain --show-stack-traces && npx hardhat test"
},
"lint-staged": {
"*.{js,css,md,ts,sol}": "prettier --write",
Expand Down

0 comments on commit c8dd3fa

Please sign in to comment.