Skip to content

Commit

Permalink
Remove wsrun
Browse files Browse the repository at this point in the history
  • Loading branch information
nezouse committed Jul 21, 2023
1 parent 9374bc6 commit 902d945
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 81 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,17 @@
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"lint": "wsrun -c -s lint",
"lint:fix": "wsrun -c -s lint:fix",
"lint": "pnpm run -r lint",
"lint:fix": "pnpm run -r lint:fix",
"build": "pnpm run -r build",
"test": "wsrun -e -c -s --exclude-missing test",
"test": "pnpm run -r test",
"version": "pnpm changeset version && pnpm install",
"release": "pnpm build && pnpm changeset publish"
},
"dependencies": {
"@changesets/cli": "^2.14.1",
"ethers": "5.6.9",
"prettier": "2.1.2",
"wsrun": "^5.2.1"
"prettier": "2.1.2"
},
"resolutions": {
"ethers": "5.6.9"
Expand Down
82 changes: 6 additions & 76 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 902d945

Please sign in to comment.