chore(repo): implement CI w/ github actions (#4)
This commit is contained in:
parent
d6696a150b
commit
985dbc32cd
5 changed files with 31 additions and 2 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue