Skip to content

Commit

Permalink
Switch to using yarn over npm
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskurzeja committed Jul 12, 2021
1 parent 568d62b commit d9786e4
Show file tree
Hide file tree
Showing 4 changed files with 10,516 additions and 15,985 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ db_data/*
!db_data/.gitkeep
wordpress_data/*
!wordpress_data/.gitkeep
node_modules
!custom_blocks/src/.gitkeep
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ the exercise is designed for you to showcase your skills and to demonstrate how
We would ask that you have [docker compose](https://docs.docker.com/compose/install/) installed and that you choose an
appropriate IDE to implement your solution.

If you wish to use ESNext when writing your custom block, we would ask that you have `npm` installed.
If you wish to use ESNext when writing your custom block, we would ask that you have `yarn` installed.

## Implementation
The custom block can be either implemented using ES5 or ESNext depending on which syntax you are more comfortable with.
Expand Down
Loading

0 comments on commit d9786e4

Please sign in to comment.