Skip to content

Commit

Permalink
fix npm run format (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
joacohoyos authored Sep 25, 2023
1 parent d5f7b6a commit 39a0372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"scripts": {
"build": "rimraf build && rollup -c rollup.config.js",
"test": "jest",
"format": "prettier --write **/*.{ts,tsx} && eslint --fix --ext .ts,.tsx .",
"format": "prettier --write **/*.ts && eslint --fix --ext .ts",
"check-format": "prettier --check **/*.{ts,tsx} && eslint --ext .ts,.tsx .",
"run-market-cap": "ts-node internal/main.ts",
"prepare": "husky install"
Expand Down

0 comments on commit 39a0372

Please sign in to comment.