Skip to content
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

fix: convert copy-solutions script to .mjs #265

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

JoshuaKGoldberg
Copy link
Contributor

PR Checklist

Overview

[Example CI run] There are sed: can't read : No such file or directory logs showing up in CI that don't show up on my local Macs. The joy of shell scripts being different across operating systems!

Run ./scripts/copy-solutions.sh
sed: can't read : No such file or directory
sed: can't read : No such file or directory
Copying from "projects/classes/classifying-creatures/0[1](https://github.com/LearningTypeScript/projects/actions/runs/4747677348/jobs/8432892129#step:6:1)-polly-parrots-properties/solution.ts" to "projects/classes/classifying-creatures/01-polly-parrots-properties/index.ts".

This moves the script to all JavaScript so it's much more the same across operating systems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 Bug: [secret-messages/02-allowed-imports] Solution errors in CI: Could not find a declaration file
1 participant