-
Notifications
You must be signed in to change notification settings - Fork 107
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
feat: add prettier config and test npm script #232
Conversation
* replaced yarn with pnpm everywhere * make nodeJS version flexible * fix some typos * test linking via pnpm
I should have had this when I added Husky initially.
@GarthDB This is ready to merge. I pushed two commits:
Thanks |
|
ab9de59
to
30ab9ac
Compare
Run report for a2b9d9f1Total time: 26.2s | Comparison time: 24.2s | Estimated loss: 2s (7.6% slower)
Touched files
|
with: | ||
fetch-depth: 0 | ||
- uses: moonrepo/setup-moon-action@v1 | ||
- run: moon ci |
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.
@GarthDB should this really run moon ci
? Currently, moon ci
run all tasks, including the deploySite
task. Is that what should happen here?
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, it would be enough to run the test and build tasks here, like:
moon ci :lint :test :buildSite
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.
If I move the tasks to moon I can define which ones are local only.
It's close to ready I'm just fixing the tasks to not all run on CI. |
50b090c
to
a2b9d9f
Compare
Description
yarn
withpnpm
everywhereMotivation
Screenshots
To-do list