From 3670ff58690be3af9e2fc33f0d4ba04c992d2cb9 Mon Sep 17 00:00:00 2001 From: Tomek Niezgoda <1410097+tniezg@users.noreply.github.com> Date: Mon, 10 Jan 2022 21:19:49 +0100 Subject: [PATCH] Replace 'yarn dev' with 'npm run dev' in Spree README (#633) --- framework/spree/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/spree/README.md b/framework/spree/README.md index 0b2068cb5..7bbc733ab 100644 --- a/framework/spree/README.md +++ b/framework/spree/README.md @@ -23,7 +23,7 @@ An integration of [Spree Commerce](https://spreecommerce.org/) within NextJS Com - They rely on [taxonomies'](https://dev-docs.spreecommerce.org/internals/products#taxons-and-taxonomies) permalinks in Spree. - Go to the Spree admin panel and create `Categories` and `Brands` taxonomies if they don't exist and copy their permalinks into `.env.local` in NextJS Commerce. -1. Finally, run `yarn dev` :tada: +1. Finally, run `npm run dev` :tada: [1]: https://spreecommerce.org/ [2]: https://github.com/vercel/commerce