Skip to content

Commit

Permalink
fix: Remove build job from two type packages
Browse files Browse the repository at this point in the history
We no longer build type packages

See: #1302

Context: #1521 (comment)
  • Loading branch information
0b5vr committed Nov 12, 2024
1 parent 733cbfb commit 0e6cbf0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/types-vrm-0.0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"version": "yarn all",
"all": "yarn lint && yarn clean && yarn build && yarn docs",
"clean": "rimraf docs/",
"build": "tsc --declaration --declarationDir ./types --emitDeclarationOnly",
"docs": "typedoc --entryPoints ./types/index.d.ts --out docs",
"lint": "eslint \"types/**/*.{ts,tsx}\" && prettier \"types/**/*.{ts,tsx}\" --check",
"lint-fix": "eslint \"types/**/*.{ts,tsx}\" --fix && prettier \"types/**/*.{ts,tsx}\" --write"
Expand Down
1 change: 0 additions & 1 deletion packages/types-vrmc-vrm-animation-1.0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"version": "yarn all",
"all": "yarn lint && yarn clean && yarn build && yarn docs",
"clean": "rimraf docs/",
"build": "tsc --declaration --declarationDir ./types --emitDeclarationOnly",
"docs": "typedoc --entryPoints ./types/index.d.ts --out docs",
"lint": "eslint \"types/**/*.{ts,tsx}\" && prettier \"types/**/*.{ts,tsx}\" --check",
"lint-fix": "eslint \"types/**/*.{ts,tsx}\" --fix && prettier \"types/**/*.{ts,tsx}\" --write"
Expand Down

0 comments on commit 0e6cbf0

Please sign in to comment.