chore: remove publish script from package.json

This commit is contained in:
Mauricio Siu
2026-04-15 21:16:28 -06:00
parent 8cb29cd8c7
commit b4b4e6a655

View File

@@ -49,8 +49,7 @@
"prebuild": "pnpm run generate",
"dev": "tsx src/index.ts",
"lint": "biome check --write .",
"test": "vitest run",
"publish": "npm publish"
"test": "vitest run"
},
"types": "dist/index.d.ts",
"pnpm": {