Skip to content

Commit

Permalink
re
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroknots committed Mar 21, 2024
1 parent 15d639e commit ffad865
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 @@ -53,7 +53,7 @@
"lint": "pnpm run lint:sol && bun run prettier:check",
"lint:sol": "forge fmt --check && pnpm solhint \"{script,src,test}/**/*.sol\"",
"install": "echo mainInstall",
"prepack": "pnpm install",
"prepack": "pnpm -r install",
"prepare": "",
"prettier:check": "prettier --check \"**/*.{json,md,svg,yml}\"",
"prettier:write": "prettier --write \"**/*.{json,md,svg,yml}\"",
Expand Down

0 comments on commit ffad865

Please sign in to comment.