Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add a section to remind users to rebuild their admin panels after installing.
  • Loading branch information
heyjaypray authored May 23, 2021
1 parent 493b2d7 commit bf10483
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,19 @@ or
npm i strapi-plugin-import-export-content
```

## Rebuild your administration panel
New releases can introduce changes to the administration panel that require a rebuild. Rebuild the admin panel with one of the following commands:

```bash
yarn build --clean
```
or

```bash
npm run build -- --clean
```


## Features

- Read data from CSV and JSON file or from typing raw text
Expand Down

0 comments on commit bf10483

Please sign in to comment.