Added gulp build

Hugo Bernier 2022-03-27 00:22:26 -04:00
parent fd8344d0be
commit b0a9eed554
1 changed files with 3 additions and 2 deletions

@ -33,10 +33,11 @@ Please note that warnings will rarely prevent the solution from working; We only
```mermaid
graph TD
A[Run npm install]
A([Run npm install])
A --> B{Errors?}
B --> |No|([Try gulp build])
B --> |Yes| C{Are you in root of project?} --> |No| D[Change directory to root of project] --> |Retry|A
B --> |No| E{Running on Windows?}
C --> |Yes| E{Running on Windows?}
E --> |Yes| F{Path too long?} --> |Yes| H[Move project to shorter path] --> |Retry|A
E --> |No| K[Run spfx doctor]
K --> J{Any reported issues?} --> |Yes| L[Fix issuen] --> |Retry|A