chore: update build and publish scripts to use npm

This commit is contained in:
Prad Nukala 2025-01-07 15:36:29 -05:00
parent aa678882b2
commit 315831302e
2 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,7 @@
"bun run build"
],
"publish": [
"bun run publish"
"npm publish"
],
"bump": [
"npm version patch"

View File

@ -50,7 +50,6 @@
"build": "node scripts/build.js",
"verify": "npm run prettier:check && npm run lint && npm run build && npm run test",
"prepare": "npx playwright install",
"publish": "npm publish --access public",
"prettier": "prettier --write --log-level=warn .",
"prettier:check": "prettier --check --log-level=warn .",
"lint": "eslint src --max-warnings 0",