Skip to content

Commit 46a9a31

Browse files
committed
refactor(apps): package json
1 parent cab8ac8 commit 46a9a31

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/apps/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"build:deno-cache": "node scripts/deno-cache.js",
1717
"dev": "tsc -p tsconfig.json --watch --preserveWatchOutput",
1818
"lint": "eslint .",
19-
"lint:fix": "eslint --fix .",
2019
"test:deno": "deno task --config=deno-runtime/deno.jsonc test",
2120
"test:node": "NODE_ENV=test node --require ts-node/register/transpile-only --test-reporter spec --test \"tests/**/*.test.ts\"",
22-
"testunit": "yarn test:node && yarn test:deno"
21+
"testunit": "yarn test:node && yarn test:deno",
22+
"typecheck": "tsc -p tsconfig.json --noEmit"
2323
},
2424
"dependencies": {
2525
"@msgpack/msgpack": "3.0.0-beta2",

0 commit comments

Comments
 (0)