Browse Source

@uppy/companion: fix build

Antoine du Hamel 3 năm trước cách đây
mục cha
commit
960cfa5baa
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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",