chore(repo): implement CI w/ github actions (#4)
Some checks failed
Continuous Integration (CI) / Node 22 (push) Has been cancelled
Continuous Integration (CI) / Node 24 (push) Has been cancelled

This commit is contained in:
M. George Hansen 2025-08-20 09:15:43 +12:00
parent d6696a150b
commit 985dbc32cd
Signed by: mgeorgehansen
SSH key fingerprint: SHA256:JlIGiQLPyQ2RHTH3a2oVlb20Xkh9Glr8DUF4YTXHJxM
5 changed files with 31 additions and 2 deletions

View file

@ -21,7 +21,7 @@
],
"scripts": {
"build": "tsc --build",
"test": "tsc --noEmit --project tests/tsconfig.json && node --experimental-strip-types --disable-warning=ExperimentalWarning --test",
"test": "tsc --noEmit --project tests/tsconfig.json && node --experimental-strip-types --disable-warning=ExperimentalWarning --test --test-reporter=dot",
"pretest": "npm run build",
"prepack": "npm run build"
}