From 02eb7c7dec017097016d506a33c6b7f250bae813 Mon Sep 17 00:00:00 2001 From: julien Lengrand-Lambert Date: Sun, 3 Jul 2022 20:16:32 +0000 Subject: [PATCH] Updates README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9e66b8..e7a5a6d 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,9 @@ https://rollupjs.org/guide/en/#error-name-is-not-exported-by-module ## And when trying to install and apply the rollup common js plugin -[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/jlengrand/supabase-fail) +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/jlengrand/supabase-fail/tree/test/common-js) -or run `$npm install && npm run build` +or run `$git checkout test-common-js; npm install && npm run build` Here is the error that I get