Packages: Fix postinstall errors on install (#33724)

This commit is contained in:
Paul Sealock 2022-07-07 14:53:59 +12:00 committed by GitHub
parent b48042b60b
commit 72925142f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
33 changed files with 82 additions and 18 deletions

View File

@ -0,0 +1,4 @@
Significance: minor
Type: dev
Remove PHP and Composer dependencies for packaged JS packages

View File

@ -51,7 +51,7 @@
"access": "public"
},
"scripts": {
"postinstall": "composer install",
"prepare": "composer install",
"changelog": "composer exec -- changelogger",
"build": "node ./node_modules/require-turbo && tsc --build",
"start": "tsc --build --watch",

View File

@ -0,0 +1,4 @@
Significance: minor
Type: dev
Remove PHP and Composer dependencies for packaged JS packages

View File

@ -26,7 +26,7 @@
],
"sideEffects": false,
"scripts": {
"postinstall": "composer install",
"prepare": "composer install",
"changelog": "composer exec -- changelogger",
"clean": "rm -rf ./dist ./tsconfig.tsbuildinfo",
"compile": "tsc -b",

View File

@ -0,0 +1,4 @@
Significance: minor
Type: dev
Remove PHP and Composer dependencies for packaged JS packages

View File

@ -115,7 +115,7 @@
"webpack-cli": "^3.3.12"
},
"scripts": {
"postinstall": "composer install",
"prepare": "composer install",
"changelog": "composer exec -- changelogger",
"build": "node ./node_modules/require-turbo && pnpm run build:js && pnpm run build:css",
"build:js": "tsc --build ./tsconfig.json ./tsconfig-cjs.json",

View File

@ -0,0 +1,4 @@
Significance: minor
Type: dev
Remove PHP and Composer dependencies for packaged JS packages

View File

@ -29,7 +29,7 @@
"access": "public"
},
"scripts": {
"postinstall": "composer install",
"prepare": "composer install",
"changelog": "composer exec -- changelogger",
"clean": "pnpm exec rimraf tsconfig.tsbuildinfo build build-*",
"build": "node ./node_modules/require-turbo && tsc --build ./tsconfig.json ./tsconfig-cjs.json",

View File

@ -0,0 +1,4 @@
Significance: minor
Type: dev
Remove PHP and Composer dependencies for packaged JS packages

View File

@ -32,7 +32,7 @@
"access": "public"
},
"scripts": {
"postinstall": "composer install",
"prepare": "composer install",
"changelog": "composer exec -- changelogger",
"clean": "pnpm exec rimraf tsconfig.tsbuildinfo build build-*",
"build": "node ./node_modules/require-turbo && tsc --build ./tsconfig.json ./tsconfig-cjs.json",

View File

@ -0,0 +1,4 @@
Significance: minor
Type: dev
Remove PHP and Composer dependencies for packaged JS packages

View File

@ -62,7 +62,7 @@
"react-dom": "^17.0.0"
},
"scripts": {
"postinstall": "composer install",
"prepare": "composer install",
"changelog": "composer exec -- changelogger",
"clean": "pnpm exec rimraf tsconfig.tsbuildinfo build build-*",
"build": "node ./node_modules/require-turbo && pnpm run build:js && pnpm run build:css",

View File

@ -1,4 +1,4 @@
Significance: fix
Type: minor
Significance: minor
Type: fix
Fix 'Cannot read properties of undefined' error when clicking Export button on Analytic pages.

View File

@ -0,0 +1,4 @@
Significance: minor
Type: dev
Remove PHP and Composer dependencies for packaged JS packages

View File

@ -70,7 +70,7 @@
"react-dom": "^17.0.0"
},
"scripts": {
"postinstall": "composer install",
"prepare": "composer install",
"changelog": "composer exec -- changelogger",
"clean": "pnpm exec rimraf tsconfig.tsbuildinfo build build-*",
"build": "node ./node_modules/require-turbo && tsc --build ./tsconfig.json ./tsconfig-cjs.json",

View File

@ -0,0 +1,4 @@
Significance: minor
Type: dev
Remove PHP and Composer dependencies for packaged JS packages

View File

@ -48,7 +48,7 @@
"access": "public"
},
"scripts": {
"postinstall": "composer install",
"prepare": "composer install",
"changelog": "composer exec -- changelogger",
"clean": "pnpm exec rimraf tsconfig.tsbuildinfo build build-*",
"build": "node ./node_modules/require-turbo && tsc --build ./tsconfig.json ./tsconfig-cjs.json",

View File

@ -0,0 +1,4 @@
Significance: minor
Type: dev
Remove PHP and Composer dependencies for packaged JS packages

View File

@ -37,7 +37,7 @@
"webpack-cli": "^3.3.12"
},
"scripts": {
"postinstall": "composer install",
"prepare": "composer install",
"changelog": "composer exec -- changelogger",
"lint": "node ./node_modules/require-turbo && eslint src",
"lint:fix": "eslint src --fix"

View File

@ -0,0 +1,4 @@
Significance: minor
Type: dev
Remove PHP and Composer dependencies for packaged JS packages

View File

@ -36,7 +36,7 @@
"access": "public"
},
"scripts": {
"postinstall": "composer install",
"prepare": "composer install",
"changelog": "composer exec -- changelogger",
"lint": "node ./node_modules/require-turbo && eslint ./rules ./configs",
"lint:fix": "eslint ./rules ./configs --fix"

View File

@ -0,0 +1,4 @@
Significance: minor
Type: dev
Remove PHP and Composer dependencies for packaged JS packages

View File

@ -75,7 +75,7 @@
"react-dom": "^17.0.0"
},
"scripts": {
"postinstall": "composer install",
"prepare": "composer install",
"changelog": "composer exec -- changelogger",
"clean": "pnpm exec rimraf tsconfig.tsbuildinfo build build-*",
"build": "node ./node_modules/require-turbo && pnpm run build:js && pnpm run build:css",

View File

@ -0,0 +1,4 @@
Significance: minor
Type: dev
Remove PHP and Composer dependencies for packaged JS packages

View File

@ -48,7 +48,7 @@
"typescript": "^4.6.2"
},
"scripts": {
"postinstall": "composer install",
"prepare": "composer install",
"changelog": "composer exec -- changelogger",
"clean": "pnpm exec rimraf tsconfig.tsbuildinfo build build-*",
"build": "node ./node_modules/require-turbo && tsc --build ./tsconfig.json ./tsconfig-cjs.json",

View File

@ -0,0 +1,4 @@
Significance: minor
Type: dev
Remove PHP and Composer dependencies for packaged JS packages

View File

@ -39,7 +39,7 @@
"access": "public"
},
"scripts": {
"postinstall": "composer install",
"prepare": "composer install",
"changelog": "composer exec -- changelogger",
"clean": "pnpm exec rimraf tsconfig.tsbuildinfo build build-*",
"build": "node ./node_modules/require-turbo && tsc --build ./tsconfig.json ./tsconfig-cjs.json",

View File

@ -0,0 +1,4 @@
Significance: minor
Type: dev
Remove PHP and Composer dependencies for packaged JS packages

View File

@ -27,7 +27,7 @@
"access": "public"
},
"scripts": {
"postinstall": "composer install",
"prepare": "composer install",
"changelog": "composer exec -- changelogger",
"clean": "pnpm exec rimraf tsconfig.tsbuildinfo build build-*",
"build": "node ./node_modules/require-turbo && tsc --build ./tsconfig.json ./tsconfig-cjs.json",

View File

@ -0,0 +1,4 @@
Significance: minor
Type: dev
Remove PHP and Composer dependencies for packaged JS packages

View File

@ -56,7 +56,7 @@
"webpack-cli": "^3.3.12"
},
"scripts": {
"postinstall": "composer install",
"prepare": "composer install",
"changelog": "composer exec -- changelogger",
"clean": "pnpm exec rimraf tsconfig.tsbuildinfo build build-*",
"build": "node ./node_modules/require-turbo && pnpm run build:js && pnpm run build:css",

View File

@ -0,0 +1,4 @@
Significance: minor
Type: dev
Remove PHP and Composer dependencies for packaged JS packages

View File

@ -28,7 +28,7 @@
"access": "public"
},
"scripts": {
"postinstall": "composer install",
"prepare": "composer install",
"changelog": "composer exec -- changelogger",
"clean": "pnpm exec rimraf tsconfig.tsbuildinfo build build-*",
"build": "node ./node_modules/require-turbo && tsc --build ./tsconfig.json ./tsconfig-cjs.json",