Skip to content

Commit

Permalink
revert to cpy 8
Browse files Browse the repository at this point in the history
v9 seems to have a bug in it sindresorhus/cpy#105 (or i dont get something which i will have to make 9 work)
  • Loading branch information
sndrs committed Sep 15, 2022
1 parent 7913225 commit d6de02e
Show file tree
Hide file tree
Showing 3 changed files with 750 additions and 72 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@ Tasks are defined in the [`Makefile`](./Makefile).
- `make build` _builds all projects_
- `make changeset` _creates a new [changeset](https://github.com/changesets/changesets/blob/main/docs/intro-to-using-changesets.md)_
- `make clean` _removes all build artifacts_
- `make e2e` _runs the e2e tests for all projects_
- `make fix` _attemps to fix lint errors across all projects_
- `make lint` _checks all projects for lint errors_
- `make test` _runs the tests for all projects_
- `make test` _runs the unit tests for all projects_
- `make validate` _makes sure absolutely everything is working_

<!-- END TASKS -->
Expand Down

0 comments on commit d6de02e

Please sign in to comment.