Skip to content

Commit

Permalink
Replace pnpm with yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
bbenligiray committed Aug 17, 2024
1 parent 66aba03 commit 6c5ee8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"scripts": {
"build": "hardhat compile && tsc -p tsconfig.build.json",
"deploy-deterministically": "hardhat run scripts/deploy-deterministically.ts --network $NETWORK",
"lint": "pnpm run prettier:check && pnpm run lint:eslint && pnpm run lint:solhint",
"lint": "yarn prettier:check && yarn lint:eslint && yarn lint:solhint",
"lint:eslint": "eslint . --ext .js,.ts",
"lint:solhint": "solhint ./contracts/**/*.sol",
"prettier:check": "prettier --check \"./**/*.{js,ts,md,json,sol}\"",
Expand Down

0 comments on commit 6c5ee8e

Please sign in to comment.