diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-1/README.md b/samples/todo-webpart-sample/src/webparts/todo-step-1/README.md index 077fdf36f..811330b9f 100644 --- a/samples/todo-webpart-sample/src/webparts/todo-step-1/README.md +++ b/samples/todo-webpart-sample/src/webparts/todo-step-1/README.md @@ -1,11 +1,3 @@ ## Todo sample web part step 1 In this step, we create an empty React web part using Yeoman SharePoint Generator. - -## How to build - -```bash -npm install -gulp serve -gulp package-solution -``` diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-2/README.md b/samples/todo-webpart-sample/src/webparts/todo-step-2/README.md index deedec70e..08402bf13 100644 --- a/samples/todo-webpart-sample/src/webparts/todo-step-2/README.md +++ b/samples/todo-webpart-sample/src/webparts/todo-step-2/README.md @@ -1,11 +1,3 @@ ## Todo sample web part step 2 In this step, we add the React components and a mock data provider for todo web part. - -## How to build - -```bash -npm install -gulp serve -gulp package-solution -``` diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-3/README.md b/samples/todo-webpart-sample/src/webparts/todo-step-3/README.md index 60a77f64d..f8daf8ab1 100644 --- a/samples/todo-webpart-sample/src/webparts/todo-step-3/README.md +++ b/samples/todo-webpart-sample/src/webparts/todo-step-3/README.md @@ -4,11 +4,3 @@ In this step, we add a data provider that could interact with current SharePoint task lists and CRUD task items. We also add codes to use framework's property pane to configure the todo web part's properties. - -## How to build - -```bash -npm install -gulp serve -gulp package-solution -``` diff --git a/samples/todo-webpart-sample/src/webparts/todo-step-4/README.md b/samples/todo-webpart-sample/src/webparts/todo-step-4/README.md index ec9db6f2d..7580284ca 100644 --- a/samples/todo-webpart-sample/src/webparts/todo-step-4/README.md +++ b/samples/todo-webpart-sample/src/webparts/todo-step-4/README.md @@ -1,12 +1,5 @@ ## Todo sample web part step 4 In this step, we add the SharePoint feature xml to the todo-webpart-sample project. It will create a -default Tasks list (DefaultTodoList) when we deploy the solution package. - -## How to build - -```bash -npm install -gulp serve -gulp package-solution -``` +default Tasks list (DefaultTodoList) when we deploy the solution package. Use `gulp package-solution` +to generate the package and deploy it.