chore: rename publish script

This commit is contained in:
Pavel Feldman 2025-03-27 16:55:39 -07:00
parent 5b43f194e9
commit 74a8f95ca3

View File

@ -20,7 +20,7 @@
"watch": "tsc --watch",
"test": "playwright test",
"clean": "rm -rf lib",
"publish": "npm run clean && npm run build && npm run test && npm publish"
"npm-publish": "npm run clean && npm run build && npm run test && npm publish"
},
"exports": {
"./package.json": "./package.json",