remove redundant build

This commit is contained in:
Alexander Wang 2025-01-12 11:34:57 -07:00
parent 26d67eb84e
commit efa632dc83
No known key found for this signature in database
GPG key ID: BE3937D0D52D8927

View file

@ -30,7 +30,7 @@
"scripts": {
"build": "./make.sh build",
"test": "bun test test/unit",
"test:integration": "bun run build && bun test test/integration",
"test:integration": "bun test test/integration",
"test:all": "bun run test && bun run test:integration",
"dev": "bun --watch dev-server.js",
"prepublishOnly": "./make.sh"