Skip to content

Commit

Permalink
remove scrypt_cli
Browse files Browse the repository at this point in the history
  • Loading branch information
catdev2024 committed Nov 5, 2024
1 parent f6776e1 commit a0dca98
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 248 deletions.
3 changes: 1 addition & 2 deletions packages/smartcontracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build": "tsc",
"deploy": "npx ts-node ./deploy.ts",
"clean": "rimraf scrypt.index.json && rimraf dist",
"compile": "npx scrypt-cli compile",
"compile": "npx scrypt-cli@latest compile",
"_pretest": "npm run build",
"test": "npm run test:mocha",
"test:mocha": "mocha",
Expand Down Expand Up @@ -64,7 +64,6 @@
"prettier": "^2.8.2",
"regtest-client": "^0.2.1",
"rimraf": "^3.0.2",
"scrypt-cli": "~0.2.0",
"ts-node": "^10.9.1",
"typescript": "=5.3.3"
},
Expand Down
Loading

0 comments on commit a0dca98

Please sign in to comment.