Skip to content

Commit 31f3ba6

Browse files
committed
docs: npm run build in frontend-plugin-sample
1 parent 4c31888 commit 31f3ba6

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

frontend-plugin-sample/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,13 @@ if (response.data && Array.isArray(response.data)) {
310310

311311
### Local Development Setup
312312

313+
#### Step 0: Build Plugin
314+
315+
```bash
316+
cd /path/to/sample-plugin/frontend-plugin-sample
317+
npm run build
318+
```
319+
313320
#### Step 1: Install Plugin Package
314321

315322
```bash

0 commit comments

Comments
 (0)