Skip to content

Commit

Permalink
fix: update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
albertocevallos committed Dec 12, 2023
1 parent 0a3bd50 commit 9c70e75
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,15 @@
"source": "src/index.ts",
"types": "dist/types.d.ts",
"scripts": {
"build": "pnpm clean && pnpm codegen && pnpm parcel build --no-cache",
"build": "pnpm clean && pnpm generate && pnpm parcel build --no-cache",
"ci:release": "pnpm build && pnpm changeset publish",
"clean": "rm -rf ./dist",
"codegen": "rm -rf ./src/lib/codegen && wagmi generate && npx buf generate",
"format": "prettier --write \"**/*.{ts,tsx,md,json}\"",
"gen-docs": "typedoc",
"generate": "rm -rf ./src/lib/codegen && pnpm generate:wagmi && pnpm generate:grpc",
"generate:grpc": "npx buf generate",
"generate:wagmi": "wagmi generate",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepare": "git submodule update --init --recursive && pnpm codegen",
Expand Down

0 comments on commit 9c70e75

Please sign in to comment.