Skip to content

Commit

Permalink
Merge pull request #1529 from pixiv/yarn-all-build
Browse files Browse the repository at this point in the history
fix: Remove build job from two type packages (2)
  • Loading branch information
0b5vr authored Nov 12, 2024
2 parents 96257fc + 9121292 commit 53ba633
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/types-vrm-0.0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"scripts": {
"version": "yarn all",
"all": "yarn lint && yarn clean && yarn build && yarn docs",
"all": "yarn lint && yarn clean && yarn docs",
"clean": "rimraf docs/",
"docs": "typedoc --entryPoints ./types/index.d.ts --out docs",
"lint": "eslint \"types/**/*.{ts,tsx}\" && prettier \"types/**/*.{ts,tsx}\" --check",
Expand Down
2 changes: 1 addition & 1 deletion packages/types-vrmc-vrm-animation-1.0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"scripts": {
"version": "yarn all",
"all": "yarn lint && yarn clean && yarn build && yarn docs",
"all": "yarn lint && yarn clean && yarn docs",
"clean": "rimraf docs/",
"docs": "typedoc --entryPoints ./types/index.d.ts --out docs",
"lint": "eslint \"types/**/*.{ts,tsx}\" && prettier \"types/**/*.{ts,tsx}\" --check",
Expand Down

0 comments on commit 53ba633

Please sign in to comment.