fix: test script uses && between ESM and CJS runs

This commit is contained in:
Aric Camarata 2026-03-08 16:37:58 -04:00
parent 8bf34fb696
commit 789c5e47c3

View file

@ -36,7 +36,7 @@
"build": "tsup",
"typecheck": "tsc --noEmit",
"pretest": "tsup",
"test": "node --test test.mjs test-cjs.cjs",
"test": "node --test test.mjs && node --test test-cjs.cjs",
"lint": "eslint src/",
"format": "prettier --write src/",
"format:check": "prettier --check src/",