-
-
Notifications
You must be signed in to change notification settings - Fork 669
chore: introduce zx, corepack and setup script #2754
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
Conversation
|
2e274e3
to
e8b5ef5
Compare
@hyf0 I think we have a chicken and egg problem here, we haven't done
|
You are right. It looks like |
Summary
🤖 Generated by Copilot at 2e274e3
This pull request adds a setup script and a doctor script to the project to help developers prepare their environment and tools for working on the project. It also adds some comments to disable TypeScript checking for some JavaScript files that use external modules and features. Additionally, it adds a
.gitignore
file, apackage.json
file, and atsconfig.json
file to thescripts
folder to manage the dependencies and configuration of the scripts.Walkthrough
🤖 Generated by Copilot at 2e274e3
pnpm
(link)scripts
folder (link)zx
module as a dependency for writing shell scripts in JavaScript and TypeScript (link)node_modules
folder in thescripts
folder (link)Related issue (if exists)
#2678