added back script prepublish

This commit is contained in:
Kesha Antonov
2024-01-02 19:47:41 +03:00
parent 08d44a7efe
commit 028f563565

View File

@@ -40,7 +40,7 @@
"scripts": {
"bump": "npm version patch",
"lint": "eslint .",
"_prepublishOnly": "jest && npm run lint",
"prepublishOnly": "jest && npm run lint",
"publish": "npm publish",
"test": "jest"
},