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

Add a step in CONTRIBUTING.md docs #722

Merged
merged 2 commits into from Jul 31, 2021
Merged

Conversation

vnctaing
Copy link
Contributor

Proposed changes

As a first-time contributor, I was reading CONTRIBUTING.md, after failling to run tests. I've noticed, that it was missing a tiny step in CONTRIBUTING.md. From there I was able to lint, run test and build the package.

Screen Shot 2021-07-30 at 4 03 26 PM

several commands:

* `npm run dev` will build cjs and es module of all PurgeCSS packages in their `lib` folder and
watch for changes.
* `npm run build` will build cjs and es module of all PurgeCSS packages in their `lib` folder.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a way to activate the watch mode, I'm not familiar with rollup ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's no watch mode at the moment. The build system was changed when the repository was changed to a monorepo

@Ffloriel Ffloriel merged commit 59995f7 into FullHuman:master Jul 31, 2021
@Ffloriel
Copy link
Member

Thanks for the PR!

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.

None yet

2 participants