Skip to content

Commit

Permalink
also lint test folder
Browse files Browse the repository at this point in the history
  • Loading branch information
josojo committed Jan 4, 2024
1 parent 40a89c7 commit 01cda51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"verify:ZkEVM:mainnet": "npx hardhat run deployment/verifyContracts.js --network mainnet",
"deployApplications:backstopTestnet0": "npx hardhat run src/deployment/4_deployL1Applications.js --network sepolia && npx hardhat run src/deployment/5_deployL2Applications.js --network backstopTestnet0 && npx hardhat run src/deployment/6_chainInfoUpdate.js --network sepolia && npx hardhat run src/deployment/7_claimChainInfo.js --network backstopTestnet0",
"compile": "npx hardhat compile",
"lintjs": "npx eslint ./src",
"lintjs:fix": "npx eslint ./src --fix",
"lintjs": "npx eslint ./src && npx eslint ./test",
"lintjs:fix": "npx eslint ./src --fix && npx eslint ./test --fix",
"test": "npx hardhat test"
},
"dependencies": {
Expand Down

0 comments on commit 01cda51

Please sign in to comment.