Skip to content

Commit

Permalink
Update lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrencev committed Dec 10, 2024
1 parent 84f67ab commit 6707152
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 491 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "module",
"scripts": {
"build:configs": "tsx scripts/generate-configs.ts && prettier --write src/generated/controller-configs.ts",
"build": "pnpm build:configs && pnpm build:assets && tsup --dts-resolve",
"build": "pnpm build:configs && tsup --dts-resolve",
"fetch:erc20": "tsx scripts/fetch-erc20.ts && prettier --write src/generated/erc20-metadata.ts",
"format": "prettier --write \"src/**/*.ts\"",
"format:check": "prettier --check \"src/**/*.ts\""
Expand Down
Loading

0 comments on commit 6707152

Please sign in to comment.