From 9121292e6e49e388f7aabf2d2557d8f8178688d6 Mon Sep 17 00:00:00 2001 From: 0b5vr <0b5vr@0b5vr.com> Date: Tue, 12 Nov 2024 18:09:05 +0900 Subject: [PATCH] fix: Remove build job from two type packages (2) Forgot to remove `yarn build` from `all` script previous: 0e6cbf0aa80740c2fba38ad185ac6fbf2c7ab9e5 --- packages/types-vrm-0.0/package.json | 2 +- packages/types-vrmc-vrm-animation-1.0/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/types-vrm-0.0/package.json b/packages/types-vrm-0.0/package.json index 4e73a788a..620720ce3 100644 --- a/packages/types-vrm-0.0/package.json +++ b/packages/types-vrm-0.0/package.json @@ -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", diff --git a/packages/types-vrmc-vrm-animation-1.0/package.json b/packages/types-vrmc-vrm-animation-1.0/package.json index db7eee9ff..adda91828 100644 --- a/packages/types-vrmc-vrm-animation-1.0/package.json +++ b/packages/types-vrmc-vrm-animation-1.0/package.json @@ -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",