mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 02:25:07 +00:00
@uppy/companion: fix build
This commit is contained in:
parent
367ec50991
commit
960cfa5baa
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue