-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,19 +11,17 @@ | |
}, | ||
"packageManager": "[email protected]", | ||
"scripts": { | ||
"version": "changeset version && pnpm install --no-frozen-lockfile && pnpm run docs-update", | ||
"version": "changeset version && pnpm install --no-frozen-lockfile", | ||
"release": "pnpm run build && changeset publish", | ||
"lint": "eslint . --ext .ts,.tsx", | ||
"autofix": "pnpm lint --fix", | ||
"vitest": "vitest", | ||
"coverage": "vitest run --coverage", | ||
"test": "pnpm coverage && pnpm run docs", | ||
"test": "pnpm coverage", | ||
"clean": "rimraf rm -rf dist/*", | ||
"build": "tsup && pnpm copy-package-json", | ||
"build:ts": "tsup", | ||
"copy-package-json": "ts-node scripts/copy-package-json.ts", | ||
"docs": "pnpm build && node -e \"require('./dist/bin')\"", | ||
"docs-update": "git add --force --all docs/modules || true" | ||
"copy-package-json": "ts-node scripts/copy-package-json.ts" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters