Skip to content

Commit 30cde97

Browse files
committed
Cleaned up features 💖 <a href=https://mayank-chaudhari.vercel.app target=_blank>Mayank Kumar Chaudhari</a> [skip ci]
1 parent 68fd806 commit 30cde97

22 files changed

+213
-1299
lines changed

‎.github/workflows/docs.yml‎

Lines changed: 0 additions & 64 deletions
This file was deleted.

‎.github/workflows/publish.yml‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,3 @@ jobs:
4646
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
4747
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4848
token: ${{ secrets.GITHUB_TOKEN }}
49-
- name: Run docs workflow as it will fail when trying to make parallel updates
50-
run: gh workflow run docs.yml
51-
env:
52-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

‎lib/vitest.config.mts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default defineConfig({
1111
setupFiles: [],
1212
coverage: {
1313
include: ["src/**"],
14-
exclude: ["src/**/index.ts", "src/**/*.test.*", "src/**/declaration.d.ts"],
14+
exclude: ["src/**/*.test.*", "src/**/declaration.d.ts"],
1515
reporter: ["text", "json", "clover", "html"],
1616
},
1717
},

‎package.json‎

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@
55
"build": "turbo build",
66
"clean": "turbo clean",
77
"dev": "turbo dev",
8-
"doc": "node scripts/doc.js && typedoc && cp _config.yml docs && node scripts/add-frontmatter.mjs",
98
"format": "prettier --write \"**/*.{js,jsx,json,ts,tsx,md,css,scss}\"",
109
"lint": "turbo lint",
1110
"lint:fix": "turbo lint:fix",
1211
"sync": "turborepo-template-upgrade",
1312
"test": "turbo test",
1413
"typecheck": "turbo typecheck",
15-
"preinstall": "node scripts/update-pm.js",
16-
"rebrand": "node scripts/rebrand.js"
14+
"preinstall": "node scripts/update-pm.js"
1715
},
1816
"pre-commit": [
1917
"lint:fix",
@@ -23,17 +21,10 @@
2321
"@changesets/cli": "^2.29.6",
2422
"@repo/typescript-config": "workspace:*",
2523
"@types/node": "^24.3.0",
26-
"enquirer": "^2.4.1",
27-
"plop": "^4.0.1",
2824
"pre-commit": "^1.2.2",
2925
"prettier": "^3.6.2",
3026
"turbo": "^2.5.6",
31-
"turborepo-template-upgrade": "^0.0.8",
32-
"typedoc": "^0.28.10",
33-
"typedoc-plugin-markdown": "^4.8.1",
34-
"typedoc-plugin-mdn-links": "^5.0.8",
35-
"typedoc-plugin-missing-exports": "^4.1.0",
36-
"typedoc-plugin-rename-defaults": "^0.7.3"
27+
"turborepo-template-upgrade": "^0.0.8"
3728
},
3829
"packageManager": "[email protected]",
3930
"engines": {

‎plopfile.js‎

Lines changed: 0 additions & 10 deletions
This file was deleted.

‎scripts/doc.js‎

Lines changed: 0 additions & 20 deletions
This file was deleted.

‎scripts/hook.js‎

Lines changed: 0 additions & 62 deletions
This file was deleted.

‎scripts/lite.js‎

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)