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",
|
"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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue