Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update prettier commands
  • Loading branch information
IvanZosimov committed Dec 19, 2022
1 parent e63db17 commit d42abd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -5,8 +5,8 @@
"main": "lib/main.js",
"scripts": {
"build": "tsc && ncc build lib/main.js",
"format": "prettier --write \"**/*.ts\"",
"format-check": "prettier --check \"**/*.ts\"",
"format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts",
"lint": "",
"test": "jest"
},
Expand Down

0 comments on commit d42abd9

Please sign in to comment.