Skip to content

Commit

Permalink
--wip-- [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Rihyx committed Nov 21, 2024
1 parent b730349 commit cd9acd3
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 17 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"link": "turbo run link",
"lint": "pnpm biome check .",
"lint:fix": "pnpm biome check --write .",
"lint:exports": "ts-unused-exports tsconfig.json --excludePathsFromReport='vitest.workspace.ts;tsup.config.ts;build;examples;vitest.config;src/index.ts' --exitWithCount",
"typecheck": "turbo run typecheck",
"spell": "cspell --quiet -c cspell.config.cjs 'packages/**/src/**'",
"test": "turbo run test",
Expand Down Expand Up @@ -59,6 +60,7 @@
"glob": "^11.0.0",
"lefthook": "^1.7.15",
"syncpack": "^13.0.0",
"ts-unused-exports": "^10.1.0",
"tsup": "^8.3.0",
"turbo": "^2.1.3",
"typescript": "^5.6.3",
Expand Down
94 changes: 77 additions & 17 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cd9acd3

Please sign in to comment.