Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
fix: add missing npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiendan committed Jun 15, 2023
1 parent 7f4fdf2 commit 062c360
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"lint:sol:fix": "npm run lint:sol -- --fix",
"lint:ts": "eslint --ext .ts .",
"lint:ts:fix": "npm run lint:ts -- --fix",
"predict-const-address": "ts-node scripts/predict-const-address.ts",
"register-subnet": "ts-node scripts/register-subnet.ts",
"test": "hardhat test"
},
Expand Down

0 comments on commit 062c360

Please sign in to comment.