Skip to content

Commit

Permalink
remove format from precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
blurpesec committed Feb 9, 2022
1 parent a5340b8 commit 65ced7e
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 @@ -239,7 +239,7 @@
"start": " yarn run dev",
"serve": "ws -d dist/web/ --spa index.html",
"prod": "npm run build && npm run serve",
"precommit": "lint-staged && yarn format",
"precommit": "lint-staged",
"format": "prettier --write \"**/*.{ts,tsx,js,json,yml,mdx}\"",
"update:tokens": "parse-eth-tokens --networks all --output ./src/database/data/tokens --exclude 0x5a276Aeb77bCfDAc8Ac6f31BBC7416AE1A85eEF2,0x0027449Bf0887ca3E431D263FFDeFb244D95b555",
"lint:styles": "stylelint ./src/**/*.tsx",
Expand Down

0 comments on commit 65ced7e

Please sign in to comment.