fix prettier command

This commit is contained in:
Cory LaViska
2023-10-24 10:01:07 -04:00
parent c195b9f444
commit 213bde0f7f

View File

@@ -39,8 +39,8 @@
"build": "node scripts/build.js",
"verify": "npm run prettier:check && npm run lint && npm run build && npm run test",
"prepublishOnly": "npm run verify",
"prettier": "prettier --write --loglevel warn .",
"prettier:check": "prettier --check --loglevel warn .",
"prettier": "prettier --write --log-level warn .",
"prettier:check": "prettier --check --log-level warn .",
"lint": "eslint src --max-warnings 0",
"lint:fix": "eslint src --max-warnings 0 --fix",
"create": "plop --plopfile scripts/plop/plopfile.js",