aws / language-servers

AWS related Language Servers
Apache License 2.0
17 stars 15 forks source link

[PartiQL release] Updating package-lock.json before releasing the partiql server 0.0.2 #315

Closed imykhai closed 1 month ago

imykhai commented 1 month ago

Problem

npm ci fails because the package.json and package-lock.json are out of sync after we bumped the partiql server

Solution

Ran npm install locally which updated the package-lock and now they are in sync

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.