Explorar el Código

@uppy/companion: fix build

Antoine du Hamel hace 3 años
padre
commit
960cfa5ba
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/@uppy/companion/package.json

+ 1 - 1
packages/@uppy/companion/package.json

@@ -103,7 +103,7 @@
     ]
   },
   "scripts": {
-    "build": "tsc -p .",
+    "build": "tsc --skipLibCheck -p .",
     "deploy": "kubectl apply -f infra/kube/companion-kube.yml",
     "prepublishOnly": "npm run build",
     "start": "node ./lib/standalone/start-server.js",