@uppy/companion: fix build

This commit is contained in:
Antoine du Hamel 2021-07-07 16:50:04 +02:00
parent 367ec50991
commit 960cfa5baa

View file

@ -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",