Update package.json
Some checks failed
Publish to NPM / publish-npm (push) Failing after 42s
Build, Lint & Test / Build, Lint & Test (push) Failing after 1m1s

This commit is contained in:
2026-01-14 04:39:28 +00:00
parent c4ad85d37e
commit c790cb3e00

View File

@@ -13,7 +13,7 @@
"test:watch": "jest --watch",
"test:public": "jest --testPathIgnorePatterns='.*private.*'",
"test:private": "jest --testPathPattern='.*private.*'",
"clean": "rm -rf lib dist",
"clean": "rimraf lib dist",
"build": "tsc",
"build:clean": "npm run clean && npm run build",
"build:watch": "npm run clean && tsc --watch",