Skip to content

Commit

Permalink
docs(readme): mention that pnpm zip will erase dist-zip
Browse files Browse the repository at this point in the history
  • Loading branch information
dandv authored Dec 9, 2024
1 parent 6e57f43 commit e7f0ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e7f0ddf

Please sign in to comment.