Skip to content

Commit fa93461

Browse files
authored
Merge pull request SharePoint#7742 from bcameron1231/patch-17
Update Build Steps to include gulp bundle
2 parents 251be13 + a7f1b07 commit fa93461

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/spfx/web-parts/get-started/serve-your-web-part-in-a-sharepoint-page.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,11 @@ You can also follow these steps by watching this video on the SharePoint PnP You
5050
}
5151
}
5252
```
53+
1. In the console window, enter the following command to bundle your client-side solution:
5354

55+
```console
56+
gulp bundle
57+
```
5458
1. In the console window, enter the following command to package your client-side solution that contains the web part:
5559

5660
```console

0 commit comments

Comments
 (0)