mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
fixup! meta: fix require path in upload-to-cdn (#5343)
This commit is contained in:
parent
cf1781f493
commit
fb6b8d5283
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ async function main (packageName, version) {
|
|||
|
||||
const packagePath = remote
|
||||
? `${packageName}@${version}`
|
||||
: path.join(__dirname, '..', 'packages', packageName)
|
||||
: path.join(__dirname, '..', '..', 'packages', packageName)
|
||||
|
||||
// uppy → releases/uppy/
|
||||
// @uppy/robodog → releases/uppy/robodog/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue