chore: typecheck fix

This commit is contained in:
Mar0xy 2023-09-24 17:45:49 +02:00
parent b107ff5a1f
commit 2432a9a184
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828

View file

@ -15,7 +15,7 @@
"watch:swc": "swc src -d built -D -w",
"build:tsc": "tsc -p tsconfig.json && tsc-alias -p tsconfig.json",
"watch": "node watch.mjs",
"typecheck": "tsc --noEmit",
"typecheck": "pnpm --filter megalodon build && tsc --noEmit",
"eslint": "eslint --quiet \"src/**/*.ts\"",
"lint": "pnpm typecheck && pnpm eslint",
"jest": "cross-env NODE_ENV=test node --experimental-vm-modules --experimental-import-meta-resolve node_modules/jest/bin/jest.js --forceExit",