Skip to content

Commit

Permalink
chore(store-consumer): skip dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
alvrs committed Nov 28, 2024
1 parent d17a9be commit ebc910c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/store-consumer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"clean:abi": "forge clean",
"clean:js": "shx rm -rf dist",
"clean:mud": "shx rm -rf src/**/codegen",
"dev": "tsup --watch",
"dev": "echo 'nothing to watch'",
"gas-report": "gas-report --save gas-report.json",
"lint": "solhint --config ./.solhint.json 'src/**/*.sol'",
"test": "forge test",
Expand Down

0 comments on commit ebc910c

Please sign in to comment.