Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gershido authored Jan 16, 2024
1 parent 9f82784 commit f567977
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,7 @@ Following the [example JSON](#module-registry-schema) and existing modules, fill

Keep in mind that much of the metadata will be seen by end users in apps that use the registry, so make sure to be clear and concise.

### Step 2 - Bundle

Consumers of the modules registry do so from a single bundle, so new modules — or changes to existing modules — need to be added to the bundle.
### Step 2 - Test

Install dependencies:

Expand All @@ -235,24 +233,16 @@ yarn install

Then run:

```bash
yarn bundle
```

### Step 3 - Test

Run:

```bash
yarn test
```

### Step 4 - Format
### Step 3 - Format

Run:

```bash
yarn prettier
yarn format-all
```

י

0 comments on commit f567977

Please sign in to comment.