add ci-test

This commit is contained in:
2025-08-20 12:28:05 -04:00
parent 79ddec7d4d
commit cbae67e5bf

View File

@@ -5,8 +5,11 @@
"type": "module", "type": "module",
"scripts": { "scripts": {
"ci-test": "bun run test",
"ci-build": "bun run build:node && bun run build:browser && bun run build:types", "ci-build": "bun run build:node && bun run build:browser && bun run build:types",
"format": "prettier --write ./", "format": "prettier --write ./",
"preinstall": "npm prune",
"pretest": "bun run lint",
"test": "bun test", "test": "bun test",
"test:watch": "bun test --watch", "test:watch": "bun test --watch",
"test:coverage": "bun test --coverage", "test:coverage": "bun test --coverage",