Skip to content

Commit

Permalink
fix: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas-Zenick authored and doprz committed Mar 6, 2024
1 parent b27b21b commit a30fecf
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@
1. Clone this repo
2. Run `pnpm install` to install and patch all the required dependencies

If you want to run the development build:
Run `pnpm run dev`
- If you want to run the development build:

If you want to build the extension for production:
Run `pnpm build`
- Run `pnpm run dev`

- If you want to build the extension for production:

- Run `pnpm build`

You may have to rename the `__uno.css.js` to `uno.css.js` in dist

Expand Down

0 comments on commit a30fecf

Please sign in to comment.