refactor: fix package.json

This commit is contained in:
Sergey Shehovcov 2024-07-05 10:27:27 +03:00
parent 45fb9e06a1
commit 6b5f233599

View File

@ -28,7 +28,7 @@
"examples-update": "npm run examples-update:script-tag",
"examples-update:script-tag": "npm --prefix ./examples/script-tag r crypto-pro-js && npm --prefix ./examples/script-tag i crypto-pro-js",
"prepack": "npm run build",
"prepublishOnly": "npm run lint && jest && npm run build",
"prepublishOnly": "npm run lint && jest && npm run build"
},
"repository": {
"type": "git",