Skip to content

Commit

Permalink
update package scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
DonFungible committed Feb 18, 2024
1 parent 4476980 commit 4cc3398
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@
],
"scripts": {
"build": "pnpm run fix && preconstruct build",
"test": "pnpm run test:unit && pnpm run test:integration",
"test": "",
"fix": "",
"format": "prettier --check .",
"format:fix": "prettier --write .",
"lint": "",
"tsc": "tsc --noEmit",
"update": "cd ../protocol-core && git pull origin main && yarn && forge build && cd ../react",
"update:build": "pnpm run update && pnpm wagmi generate && preconstruct build"
Expand Down

0 comments on commit 4cc3398

Please sign in to comment.