chore: added format command to prepublishOnly
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
"format": "prettier --write .",
|
"format": "prettier --write .",
|
||||||
"format:check": "prettier --check .",
|
"format:check": "prettier --check .",
|
||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
"prepublishOnly": "npm run lint && npm run test && npm run build"
|
"prepublishOnly": "npm run lint && npm run format && npm run test && npm run build"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@eslint/js": "^9.39.4",
|
"@eslint/js": "^9.39.4",
|
||||||
|
|||||||
Reference in New Issue
Block a user