Skip to content

Commit

Permalink
remove docs scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Sep 2, 2024
1 parent 7f84590 commit 1f3b815
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1f3b815

Please sign in to comment.