Skip to content

Commit e4eb201

Browse files
authored
Merge pull request #1602 from pixiv/fix-yarn-all-2
fix: types packages doesn't have `yarn build`, fix those `version` scripts
2 parents c7ee1c4 + 3a3e122 commit e4eb201

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

packages/types-vrm-0.0/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"directory": "packages/types-vrm-0.0"
1717
},
1818
"scripts": {
19-
"version": "yarn clean && yarn build",
19+
"version": "yarn clean",
2020
"clean": "rimraf docs/",
2121
"docs-legacy": "typedoc --plugin ../../typedoc-redirect-legacy-docs-plugin.mjs",
2222
"lint": "eslint \"types/**/*.{ts,tsx}\" && prettier \"types/**/*.{ts,tsx}\" --check",

packages/types-vrmc-materials-hdr-emissive-multiplier-1.0/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"directory": "packages/types-vrmc-materials-hdr-emissive-multiplier-1.0"
1717
},
1818
"scripts": {
19-
"version": "yarn clean && yarn build",
19+
"version": "yarn clean",
2020
"clean": "rimraf docs/",
2121
"docs-legacy": "typedoc --plugin ../../typedoc-redirect-legacy-docs-plugin.mjs",
2222
"lint": "eslint \"types/**/*.{ts,tsx}\" && prettier \"types/**/*.{ts,tsx}\" --check",

packages/types-vrmc-materials-mtoon-1.0/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"directory": "packages/types-vrmc-materials-mtoon-1.0"
1717
},
1818
"scripts": {
19-
"version": "yarn clean && yarn build",
19+
"version": "yarn clean",
2020
"clean": "rimraf docs/",
2121
"docs-legacy": "typedoc --plugin ../../typedoc-redirect-legacy-docs-plugin.mjs",
2222
"lint": "eslint \"types/**/*.{ts,tsx}\" && prettier \"types/**/*.{ts,tsx}\" --check",

packages/types-vrmc-node-constraint-1.0/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"directory": "packages/types-vrmc-node-constraint-1.0"
1717
},
1818
"scripts": {
19-
"version": "yarn clean && yarn build",
19+
"version": "yarn clean",
2020
"clean": "rimraf docs/",
2121
"docs-legacy": "typedoc --plugin ../../typedoc-redirect-legacy-docs-plugin.mjs",
2222
"lint": "eslint \"types/**/*.{ts,tsx}\" && prettier \"types/**/*.{ts,tsx}\" --check",

packages/types-vrmc-springbone-1.0/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"directory": "packages/types-vrmc-springbone-1.0"
1717
},
1818
"scripts": {
19-
"version": "yarn clean && yarn build",
19+
"version": "yarn clean",
2020
"clean": "rimraf docs/",
2121
"docs-legacy": "typedoc --plugin ../../typedoc-redirect-legacy-docs-plugin.mjs",
2222
"lint": "eslint \"types/**/*.{ts,tsx}\" && prettier \"types/**/*.{ts,tsx}\" --check",

packages/types-vrmc-springbone-extended-collider-1.0/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"directory": "packages/types-vrmc-springbone-extended-collider-1.0"
1717
},
1818
"scripts": {
19-
"version": "yarn clean && yarn build",
19+
"version": "yarn clean",
2020
"clean": "rimraf docs/",
2121
"docs-legacy": "typedoc --plugin ../../typedoc-redirect-legacy-docs-plugin.mjs",
2222
"lint": "eslint \"types/**/*.{ts,tsx}\" && prettier \"types/**/*.{ts,tsx}\" --check",

packages/types-vrmc-vrm-1.0/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"directory": "packages/types-vrmc-vrm-1.0"
1717
},
1818
"scripts": {
19-
"version": "yarn clean && yarn build",
19+
"version": "yarn clean",
2020
"clean": "rimraf docs/",
2121
"docs-legacy": "typedoc --plugin ../../typedoc-redirect-legacy-docs-plugin.mjs",
2222
"lint": "eslint \"types/**/*.{ts,tsx}\" && prettier \"types/**/*.{ts,tsx}\" --check",

packages/types-vrmc-vrm-animation-1.0/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"directory": "packages/types-vrmc-vrm-animation-1.0"
1717
},
1818
"scripts": {
19-
"version": "yarn clean && yarn build",
19+
"version": "yarn clean",
2020
"clean": "rimraf docs/",
2121
"docs-legacy": "typedoc --plugin ../../typedoc-redirect-legacy-docs-plugin.mjs",
2222
"lint": "eslint \"types/**/*.{ts,tsx}\" && prettier \"types/**/*.{ts,tsx}\" --check",

0 commit comments

Comments
 (0)