Skip to content

Commit

Permalink
Backport command changes from 8c65441
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidsi committed Dec 11, 2024
1 parent 1b5a481 commit 2c16b7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@
},
"scripts": {
"account": "yarn hardhat:account",
"account:import": "yarn workspace @se-2/hardhat account:import",
"account:generate": "yarn workspace @se-2/hardhat account:generate",
"chain": "yarn hardhat:chain",
"compile": "yarn hardhat:compile",
"deploy": "yarn hardhat:deploy",
"fork": "yarn hardhat:fork",
"format": "yarn next:format && yarn hardhat:format",
"generate": "yarn hardhat:generate",
"generate": "yarn account:generate",
"hardhat:account": "yarn workspace @se-2/hardhat account",
"hardhat:chain": "yarn workspace @se-2/hardhat chain",
"hardhat:check-types": "yarn workspace @se-2/hardhat check-types",
Expand Down
10 changes: 2 additions & 8 deletions packages/hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,16 @@
"version": "0.0.1",
"scripts": {
"account": "hardhat run scripts/listAccount.ts",
"account:import": "hardhat run scripts/importAccount.ts",
"account:generate": "hardhat run scripts/generateAccount.ts",
"account:import": "hardhat run scripts/importAccount.ts",
"chain": "hardhat node --network hardhat --no-deploy",
"check-types": "tsc --noEmit --incremental",
"compile": "hardhat compile",
<<<<<<< HEAD

"fork": "MAINNET_FORKING_ENABLED=true hardhat node --network hardhat --no-deploy",
"generate": "yarn account:generate",
=======
"deploy": "ts-node scripts/runHardhatDeployWithPK.ts",
>>>>>>> 5a7efa7 (Sort lines also in packages/**/package.json)
"flatten": "hardhat flatten",
"fork": "MAINNET_FORKING_ENABLED=true hardhat node --network hardhat --no-deploy",
"format": "prettier --write './**/*.(ts|sol)'",
"generate": "hardhat run scripts/generateAccount.ts",
"generate": "yarn account:generate",
"hardhat-verify": "hardhat verify",
"lint": "eslint --config ./.eslintrc.json --ignore-path ./.eslintignore ./*.ts ./deploy/**/*.ts ./scripts/**/*.ts ./test/**/*.ts",
"lint-staged": "eslint --config ./.eslintrc.json --ignore-path ./.eslintignore",
Expand Down

0 comments on commit 2c16b7e

Please sign in to comment.