mirror of
https://github.com/acamarata/moon-sighting.git
synced 2026-06-30 19:04:24 +00:00
fix: test script uses && between ESM and CJS runs
This commit is contained in:
parent
8bf34fb696
commit
789c5e47c3
1 changed files with 1 additions and 1 deletions
|
|
@ -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/",
|
||||
|
|
|
|||
Loading…
Reference in a new issue