Skip to content

Commit

Permalink
fixed linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinThai committed Feb 16, 2024
1 parent a6c50ea commit 615e860
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/v0.1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"prepare": "cd ../.. && husky install contracts/v0.1/.husky",
"clean": "yarn hardhat clean && rm -rf dist",
"compile": "yarn hardhat compile",
"prebuild": "yarn compile && yarn --cwd='../' vrf build && cp -r ./deployments ./typechain-types/deployments && cp -r ./utils ./typechain-types/utils",
"prebuild": "yarn compile && yarn --cwd='../../' vrf build && cp -r ./deployments ./typechain-types/deployments && cp -r ./utils ./typechain-types/utils",
"build": "tsc",
"test": "yarn compile && npx hardhat test --parallel",
"test-vrf": "yarn hardhat test test/vrf/*.cjs --parallel",
Expand Down Expand Up @@ -93,7 +93,7 @@
"esm": "^3.2.25",
"ethers": "^5.7.2",
"got": "^12.5.3",
"hardhat": "2.14.0",
"hardhat": "^2.20.1",
"hardhat-deploy": "^0.11.45",
"hardhat-gas-reporter": "^1.0.8",
"husky": "^8.0.2",
Expand Down

0 comments on commit 615e860

Please sign in to comment.