standardnotes / filesafe-relay

Relay server used to communicate between FileSafe client extension and server destination (Dropbox, Google Drive, WebDAV)
14 stars 9 forks source link

Update packages #24

Closed ningsongshen closed 4 years ago

ningsongshen commented 4 years ago

There is only one npm dependency...@mobitar is there something like ncu that you guys use for gems?

moughxyz commented 4 years ago

It would just be bundle update or something like that.

ningsongshen commented 4 years ago

After updating the gems, I was able to complete the process flow and obtain an integration code.

moughxyz commented 4 years ago

@ningsongshen can you see why the deploy failed? https://github.com/standardnotes/filesafe-relay/runs/858429873?check_suite_focus=true

ningsongshen commented 4 years ago

I think it means that the yarn.lock file was not updated. Which is true...because I used ncu/npm to update the packages.

I'm a bit confused, should I be using yarn or npm for this repository?

moughxyz commented 4 years ago

Yarn I believe