Quellcode durchsuchen

chore: Attempt to prevent random CI publish failures

 Very often running into the "Publish & Install" CI flow failing due to the error:

 ```
 lerna ERR! ZlibError: zlib: invalid block type
 ```

 Research brought me to https://github.com/lerna/lerna/issues/2278#issuecomment-652538695, so I am now attempting to implement this fix to see if it solves the random failures.
Michael Bromley vor 5 Jahren
Ursprung
Commit
caad6db813
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. 3 0
      package.json

+ 3 - 0
package.json

@@ -55,6 +55,9 @@
     "tslint": "^5.11.0",
     "typescript": "3.8.3"
   },
+  "resolutions": {
+    "npm-packlist": "1.1.12"
+  },
   "workspaces": {
     "packages": [
       "packages/*"