Skip to content

Commit

Permalink
feat: migrate from yarn to pnpm (#6120)
Browse files Browse the repository at this point in the history
* feat: Upgrade from yarn to pnpm

* fix: update eslint and eslint parser to fix contracts-bedrock linter

fix: update all eslint packages

Revert "fix: update all eslint packages"

This reverts commit ba4febe.

ok updating all of the eslint was over aggro

upgrade eslint core too

---------

Co-authored-by: Will Cory <willcory@Wills-MacBook-Pro.local>
  • Loading branch information
roninjin10 and Will Cory authored Jun 29, 2023
1 parent e78de11 commit c6c1b07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"src/*"
],
"scripts": {
"all": "yarn clean && yarn build && yarn test && yarn lint:fix && yarn lint",
"all": "pnpm clean && pnpm build && pnpm test && pnpm lint:fix && pnpm lint",
"build": "tsc -p tsconfig.json",
"clean": "rimraf dist/ ./tsconfig.tsbuildinfo",
"lint": "yarn lint:fix && yarn lint:check",
"lint": "pnpm lint:fix && pnpm lint:check",
"lint:check": "eslint . --max-warnings=0",
"lint:fix": "yarn lint:check --fix",
"lint:fix": "pnpm lint:check --fix",
"pre-commit": "lint-staged",
"test": "hardhat test",
"test:next": "vitest",
Expand Down

0 comments on commit c6c1b07

Please sign in to comment.