Skip to content

Commit e958f9e

Browse files
update npm commands
1 parent 62e0d56 commit e958f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/static-web-apps/github-actions-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ The deployment always calls `npm install` before any custom command.
145145

146146
| Command | Description |
147147
|---------------------|-------------|
148-
| `app_build_command` | Defines a custom command to run during deployment of the static content application.<br><br>For example, to configure a production build for an Angular application enter `ng build -prod`. If left blank, the workflow tries to run the `build` or `build:Azure` commands. |
148+
| `app_build_command` | Defines a custom command to run during deployment of the static content application.<br><br>For example, to configure a production build for an Angular application enter `ng build -prod`. If left blank, the workflow tries to run the `npm run build` or `npm run build:Azure` commands. |
149149
| `api_build_command` | Defines a custom command to run during deployment of the Azure Functions API application. |
150150

151151
## Route file location

0 commit comments

Comments
 (0)