Monorepo: internal packages manifest update to consolidate jobs naming. (#49784)
This commit is contained in:
parent
81cf40e8b3
commit
7500365057
|
@ -6,6 +6,7 @@
|
|||
"homepage": "https://github.com/woocommerce/woocommerce",
|
||||
"license": "GPLv2",
|
||||
"repository": "woocommerce/woocommerce",
|
||||
"private": true,
|
||||
"types": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
"analyzer": "node -r ts-node/register ./src/commands/analyzer/index.ts",
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
},
|
||||
"tests": [
|
||||
{
|
||||
"name": "Monorepo Utils JS Tests",
|
||||
"name": "JavaScript",
|
||||
"command": "test:js",
|
||||
"changes": [
|
||||
"jest.config.js",
|
||||
|
|
Loading…
Reference in New Issue