1
0
Fork 0
mirror of synced 2024-10-02 10:08:09 +13:00

Check types on cli

This commit is contained in:
Adria Navarro 2023-08-01 13:11:04 +02:00
parent 8b693a6fa3
commit 9b9081d437
2 changed files with 1 additions and 2 deletions

View file

@ -1,5 +1,3 @@
import * as events from "../../../../src/events"
beforeAll(async () => {
const processors = await import("../../../../src/events/processors")
const events = await import("../../../../src/events")

View file

@ -14,6 +14,7 @@
"tsc": "tsc -p tsconfig.build.json",
"pkg": "pkg . --out-path build --no-bytecode --public --public-packages \"*\" -C GZip",
"build": "yarn prebuild && yarn rename && yarn tsc && yarn pkg && yarn postbuild",
"check:types": "tsc -p tsconfig.json --noEmit --paths null",
"postbuild": "rm -rf prebuilds 2> /dev/null"
},
"pkg": {