mirror of
https://github.com/smogon/pokemon-showdown-loginserver.git
synced 2026-04-26 01:31:42 -05:00
Run tsc in tests
This commit is contained in:
parent
a112419c5e
commit
fdbf9198d0
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -25,6 +25,6 @@ jobs:
|
|||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: npm install
|
||||
- run: npm run lint
|
||||
- run: npm run test
|
||||
env:
|
||||
CI: true
|
||||
|
|
|
|||
|
|
@ -6,7 +6,8 @@
|
|||
"scripts": {
|
||||
"lint": "eslint . --cache --ext .js,.ts",
|
||||
"build": "npx tsc",
|
||||
"start": "npm run build && npx pm2 start .dist"
|
||||
"start": "npm run build && npx pm2 start .dist",
|
||||
"test": "npm run lint && npx tsc"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/node": "^15.12.4",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user