Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoerpenbeck committed Sep 18, 2024
1 parent af2e47d commit 785c402
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,28 +61,28 @@ The official fulfillmenttools API documentation can be found [here](https://docs
### 🛫 Setup

```bash
$ nvm use
nvm use
```

### 🤸 Building

```bash
$ npm install
$ npm run build
npm install
npm run build
```

### 🕵️ Running unit tests

When running unit tests the `.env.local` file will be used with dummy settings.

```bash
$ npm run test
npm run test
```

### 🕵️‍♀️ Linting

```bash
$ npm run lint
npm run lint
```

## 📜 License
Expand Down

0 comments on commit 785c402

Please sign in to comment.