From 0e6cbf0aa80740c2fba38ad185ac6fbf2c7ab9e5 Mon Sep 17 00:00:00 2001 From: 0b5vr <0b5vr@0b5vr.com> Date: Tue, 12 Nov 2024 16:07:18 +0900 Subject: [PATCH] fix: Remove build job from two type packages We no longer build type packages See: https://github.com/pixiv/three-vrm/pull/1302 Context: https://github.com/pixiv/three-vrm/pull/1521#issuecomment-2469753054 --- packages/types-vrm-0.0/package.json | 1 - packages/types-vrmc-vrm-animation-1.0/package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/packages/types-vrm-0.0/package.json b/packages/types-vrm-0.0/package.json index 578a6469d..4e73a788a 100644 --- a/packages/types-vrm-0.0/package.json +++ b/packages/types-vrm-0.0/package.json @@ -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" diff --git a/packages/types-vrmc-vrm-animation-1.0/package.json b/packages/types-vrmc-vrm-animation-1.0/package.json index b185ac57d..db7eee9ff 100644 --- a/packages/types-vrmc-vrm-animation-1.0/package.json +++ b/packages/types-vrmc-vrm-animation-1.0/package.json @@ -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"