Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
libern authored Jun 3, 2020
1 parent 0f8a984 commit fc7b7bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,22 +334,22 @@ When made changes in scripts, styles, you will need to run the command.

In development, run:
```
npm run dev
yarn run dev
```

In development and watching assets for changes, run:
```
npm run watch
yarn run watch
```

In production, run:
```
npm run production
yarn run production
```

When you changed theme files, run:
```
npm run theme
yarn run theme
```

#### API and Unit Tests
Expand Down

0 comments on commit fc7b7bc

Please sign in to comment.