Skip to content

Commit

Permalink
chore: add test:type script
Browse files Browse the repository at this point in the history
  • Loading branch information
unional committed Sep 12, 2023
1 parent 1651b0e commit 8d63d7e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"size": "turbo run size",
"test": "turbo run test",
"tp": "pnpm --filter type-plus",
"verify": "turbo run lint build build:doc depcheck coverage size",
"verify": "turbo run lint build build:doc depcheck coverage test:type size",
"version": "changeset version"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@
"inputs": [
"ts/**/*.tsx?"
]
},
"test:type": {
"dependsOn": [
"^build"
],
"inputs": [
"ts/**/*.tsx?"
]
}
}
}
1 change: 1 addition & 0 deletions type-plus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"nuke": "pnpm clean && rimraf node_modules",
"size": "size-limit",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 jest",
"test:type": "tsc --noEmit",
"test:watch": "cross-env NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 jest --watch",
"verify": "npm-run-all clean -p build depcheck lint coverage -p size",
"watch": "cross-env NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 jest --watch",
Expand Down

0 comments on commit 8d63d7e

Please sign in to comment.