Browse Source

chore(testing): Add testing package publish config (#2201)

Chris 2 years ago
parent
commit
7bc498f697
1 changed files with 3 additions and 0 deletions
  1. 3 0
      packages/testing/package.json

+ 3 - 0
packages/testing/package.json

@@ -16,6 +16,9 @@
     "files": [
         "lib"
     ],
+    "publishConfig": {
+        "access": "public"
+    },
     "main": "lib/index.js",
     "types": "lib/index.d.ts",
     "repository": {