Skip to content

Commit

Permalink
Test TS compilation in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mfal committed Dec 18, 2023
1 parent 5662718 commit d345012
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@
"build": "unbuild",
"format": "prettier --write '**/*.{ts,tsx,yaml,yml,json,md,mdx}'",
"license-check": "yarn pnpify license-checker-rseidelsohn $*",
"test": "yarn test:lint && yarn test:build && yarn test:jest && yarn test:licenses",
"test": "yarn test:tsc && yarn test:lint && yarn test:build && yarn test:jest && yarn test:licenses",
"test:build": "yarn build",
"test:jest": "node --experimental-vm-modules $(yarn bin jest)",
"test:tsc": "tsc --noEmit",
"test:licenses": "yarn license-check --unknown --failOn 'UNLICENSED;UNKNOWN'",
"test:lint": "eslint . --cache",
"test:packages": "yarn all run test"
Expand Down

0 comments on commit d345012

Please sign in to comment.