소스 검색

@uppy/companion: fix build

Antoine du Hamel 3 년 전
부모
커밋
960cfa5ba
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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",