Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
fix version script (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Oct 4, 2023
1 parent 52a095e commit c087ad3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .madgerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"detectiveOptions": {
"ts": {
"skipTypeImports": true
}
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
],
"scripts": {
"example": "ts-node --project tsconfig.examples.json",
"version": "changeset version && pnpm install --no-frozen-lockfile && pnpm run docs-update",
"version": "changeset version",
"clean": "node scripts/clean.mjs",
"gen": "build-utils prepare-v1",
"build": "pnpm gen && preconstruct fix && preconstruct build && pnpm gen",
"lint": "eslint . --ext .ts,.tsx",
"autofix": "pnpm lint --fix",
"tc": "tsc --noEmit",
"docs": "docgen",
"circular": "madge --ts-config ./tsconfig.madge.json --circular --no-color --no-spinner --warning dist",
"circular": "madge --extensions ts --circular --no-color --no-spinner --warning src",
"test": "vitest",
"test-all": "npm run circular && npm run lint && npm run dtslint && vitest run",
"coverage": "vitest run --coverage"
Expand Down

0 comments on commit c087ad3

Please sign in to comment.