Merge pull request #31361 from woocommerce/add/apt-publish-config

Added public publish config for API core tests package
This commit is contained in:
Jamel Noel Reid 2022-01-13 15:45:49 -05:00 committed by GitHub
commit 522fecf7f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@
"postman-collection": "^4.1.0",
"supertest": "^6.1.4"
},
"publishConfig": {
"access": "public"
},
"bin": {
"wc-api-tests": "bin/wc-api-tests.sh"
}