Skip to content

Commit 65ced7e

Browse files
committed
remove format from precommit
1 parent a5340b8 commit 65ced7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
"start": " yarn run dev",
240240
"serve": "ws -d dist/web/ --spa index.html",
241241
"prod": "npm run build && npm run serve",
242-
"precommit": "lint-staged && yarn format",
242+
"precommit": "lint-staged",
243243
"format": "prettier --write \"**/*.{ts,tsx,js,json,yml,mdx}\"",
244244
"update:tokens": "parse-eth-tokens --networks all --output ./src/database/data/tokens --exclude 0x5a276Aeb77bCfDAc8Ac6f31BBC7416AE1A85eEF2,0x0027449Bf0887ca3E431D263FFDeFb244D95b555",
245245
"lint:styles": "stylelint ./src/**/*.tsx",

0 commit comments

Comments
 (0)