Skip to content

Commit

Permalink
chore: remove legacy mvp deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
jmendiola222 committed Dec 4, 2024
1 parent 1aecc6f commit 4130bdd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"clean": "rm -rf cache out cache_hardhat artifacts typechain-types",
"compile": "forge compile --force && hardhat compile --force",
"deploy": "./script/deploy.sh",
"deploy:mvp": "./script/mvp/mvp-deploy.sh",
"lint": "bun run lint:sol:src && bun run lint:sol:test && bun run lint:md && bun run lint:ts && bun run lint:js",
"lint:sol:src": "solhint '{src,script,mock}/**/*.sol' test/BaseTest.sol",
"lint:sol:test": "solhint --config .solhint.test.json 'test/**/*.t.sol'",
Expand Down

0 comments on commit 4130bdd

Please sign in to comment.