-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cache Typst packages #16
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you need to use glob.hashFiles()
across any files like package-lock.json
or in this case **/*.typ
to get a unique cache id. Then save to that instead of packages-id
? Similar to https://github.com/actions/setup-node ? does that make sense?
as for the "vite doesn't work" you're absolutely 100% right. 😆 it workd great up until it didn't. https://bun.sh seems to work in this instance so i guess you can use that instead
i made a bunch of changes in #17 that i think you should check out and consider merging into this #16 branch 🤷
No description provided.