Update prettier commands

This commit is contained in:
IvanZosimov
2022-12-19 16:58:25 +01:00
parent e63db1786a
commit d42abd99fe

View File

@@ -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"
},