Monorepo: internal packages manifest update to consolidate jobs naming. (#49784)

This commit is contained in:
Vladimir Reznichenko 2024-07-23 14:27:14 +02:00 committed by GitHub
parent 81cf40e8b3
commit 7500365057
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@
"homepage": "https://github.com/woocommerce/woocommerce", "homepage": "https://github.com/woocommerce/woocommerce",
"license": "GPLv2", "license": "GPLv2",
"repository": "woocommerce/woocommerce", "repository": "woocommerce/woocommerce",
"private": true,
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"scripts": { "scripts": {
"analyzer": "node -r ts-node/register ./src/commands/analyzer/index.ts", "analyzer": "node -r ts-node/register ./src/commands/analyzer/index.ts",

View File

@ -77,7 +77,7 @@
}, },
"tests": [ "tests": [
{ {
"name": "Monorepo Utils JS Tests", "name": "JavaScript",
"command": "test:js", "command": "test:js",
"changes": [ "changes": [
"jest.config.js", "jest.config.js",