quip / quip-apps

Quip Live Apps API for creating applications in Quip documents.
Apache License 2.0
107 stars 75 forks source link

Update main package-lock and publish-next workflow #568

Closed kvnlam closed 4 months ago

kvnlam commented 4 months ago

For some reason the build fails due to additional missing dependencies that should exist. This PR changes 2 things:

  1. Switch to npm install for the publish-next workflow to see if the dependencies are correctly installed
  2. Update the root project's package-lock.json to ensure it's up to date

Tested locally with npm install && npm test && npm run build