fix script

This commit is contained in:
Cory LaViska
2024-04-29 11:09:16 -04:00
parent 8c3b283893
commit edbf152f2c

View File

@@ -54,7 +54,7 @@
"prettier": "prettier --check --log-level=warn .",
"prettier:fix": "prettier --write --log-level=warn .",
"spellcheck": "cspell \"**/*.{js,ts,json,html,css,md}\" --no-progress",
"verify": "npm run prettier:check && npm run lint && npm run build && npm run test",
"verify": "npm run prettier && npm run lint && npm run build && npm run test",
"prepublishOnly": "npm run verify"
},
"engines": {