codeforboston / maple

MAPLE makes it easy for anyone to view and submit testimony to the Massachusetts Legislature about the bills that will shape our future.
https://mapletestimony.org
MIT License
44 stars 118 forks source link

IGNORE -testing github action #1601

Closed Mephistic closed 2 months ago

Mephistic commented 2 months ago

Summary

Add a short summary of the changes, and a reference to the original issue using # and the issue number, like #1

Checklist

Screenshots

Add some screenshots highlighting your changes.

Known issues

If you've run against limitations or caveats, include them here. Include follow-up issues as well.

Steps to test/reproduce

For each feature or bug fix, create a step by step list for how a reviewer can test it out. E.g.:

  1. Go to the home page
  2. Click on a testimony
  3. See that it's loaded with a loading spinner
vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
maple-dev ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 26, 2024 10:42pm
Mephistic commented 2 months ago

@simk209 This is a version of your branch - I was able to get this passing by checking out main's version of yarn.lock and doing a fresh yarn install - it looks like your branch is updating a bunch of packages that have nothing to do with your changes. You'll know you're getting the right versions if you have Typesense 1.7.2 (1.8.0 introduces the client type changes that cause one of the type errors we've been seeing).

There's apparently fixes to make the installation process less prone to these issues in Yarn 2+, but we're some ways away from getting that going.