Skip to content

Commit

Permalink
🔨 scripts: remove submodule update from prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed Aug 4, 2024
1 parent a8df209 commit 42b67f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"test:solhint": "solhint '{src,script,test}/**/*.sol' --max-warnings=0",
"test:slither": "slither .",
"test:markdown": "markdownlint-cli2 .",
"snapshot": "forge snapshot --force",
"prepare": "if git status &>/dev/null; then git submodule update --init --recursive; fi"
"snapshot": "forge snapshot --force"
},
"devDependencies": {
"concurrently": "^8.2.2",
Expand Down

0 comments on commit 42b67f8

Please sign in to comment.