Browse Source

Remove outdated `release` script (#4833)

Ernesto García 1 year ago
parent
commit
2fb73e5004
1 changed files with 0 additions and 1 deletions
  1. 0 1
      package.json

+ 0 - 1
package.json

@@ -22,7 +22,6 @@
     "clean": "hardhat clean && rimraf build contracts/build",
     "prepack": "scripts/prepack.sh",
     "generate": "scripts/generate/run.js",
-    "release": "scripts/release/release.sh",
     "version": "scripts/release/version.sh",
     "test": "hardhat test",
     "test:inheritance": "scripts/checks/inheritance-ordering.js artifacts/build-info/*",