Skip to content

Commit

Permalink
remove build:typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
fungairino committed Nov 15, 2024
1 parent 891697c commit ecb8c8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"test:ci": "nx run-many -t test:ci",
"lint": "nx run-many -t lint",
"build": "nx build",
"build:typecheck": "nx typecheck",
"typecheck": "nx typecheck",
"dead-code": "npm run dead-code:base -- --include files,duplicates,dependencies,classMembers,binaries,enumMembers,nsTypes,exports,nsExports",
"dead-code:base": "knip --config knip.mjs --tags=-knip",
Expand Down

0 comments on commit ecb8c8d

Please sign in to comment.