Skip to content

Commit

Permalink
adding echo
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroknots committed Mar 21, 2024
1 parent a591c86 commit 722c05d
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\"",
"prepack": "pnpm install; cd packages/modules; pnpm install",
"prepack": "echo 'prepack; pnpm install; cd packages/modules; pnpm install",
"prepare": "pnpm install; cd packages/modules; pnpm install",
"prettier:check": "prettier --check \"**/*.{json,md,svg,yml}\"",
"prettier:write": "prettier --write \"**/*.{json,md,svg,yml}\"",
Expand Down

0 comments on commit 722c05d

Please sign in to comment.