Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroknots committed Mar 21, 2024
1 parent a233df6 commit 0113711
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 @@ -52,7 +52,7 @@
"gas:snapshot:optimized": "pnpm run build:optimized && FOUNDRY_PROFILE=test-optimized forge snapshot --mp \"./test/integration/**/*.sol\" --nmt \"test(Fork)?(Fuzz)?_RevertWhen_\\w{1,}?\"",
"lint": "pnpm run lint:sol && bun run prettier:check",
"lint:sol": "forge fmt --check && pnpm solhint \"{script,src,test}/**/*.sol\"",
"install": "pnpm -r install",
"install": "pnpm --filter modulekit-core install",
"prepack": "pnpm -r install",
"prepare": "",
"prettier:check": "prettier --check \"**/*.{json,md,svg,yml}\"",
Expand Down

0 comments on commit 0113711

Please sign in to comment.