Skip to content

Commit

Permalink
remove format
Browse files Browse the repository at this point in the history
  • Loading branch information
victory-sokolov committed Apr 26, 2024
1 parent f38b458 commit 4247cea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,9 @@
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"docs": "yarn run typedoc ./src --out docs",
"format": "prettier --write 'src/**/*.ts'",
"prepublishOnly": "yarn run lint && yarn test:no-watch",
"preversion": "yarn run lint && yarn test:no-watch",
"version": "yarn run format && git add -A src",
"version": "yarn run lint && git add -A src",
"postversion": "git push && git push --tags",
"typecheck": "tsc --noEmit",
"clean": "rimraf ./node_modules && rimraf dist",
Expand Down

0 comments on commit 4247cea

Please sign in to comment.