From e7f0ddfda7627a9fe9192357ae7e5d0385d9ca28 Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Mon, 9 Dec 2024 20:39:07 +0800 Subject: [PATCH] docs(readme): mention that `pnpm zip` will erase dist-zip --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6caf87a08..afc1085ba 100755 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ Some shared packages: - `tsconfig` - shared tsconfig for the entire project - `ui` - function to merge your Tailwind config with the global one; you can save components here - `vite-config` - shared Vite config for the entire project -- `zipper` - run `pnpm zip` to pack the `dist` folder into `extension.zip` inside the newly created `dist-zip` +- `zipper` - run `pnpm zip` to pack the `dist` folder into `./dist-zip/extension.zip`. Note that any contents of `./dist-zip` (e.g. previous versions of the extension) will be erased. - `e2e` - run `pnpm e2e` for end-to-end tests of your zipped extension on different browsers ## Troubleshooting