Merge pull request #31361 from woocommerce/add/apt-publish-config
Added public publish config for API core tests package
This commit is contained in:
commit
522fecf7f3
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue