Skip to content

Commit 794f946

Browse files
Rephrase example line
Co-authored-by: Philipp Scheit <[email protected]>
1 parent 05a272c commit 794f946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conductor/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Once the workflow is added to your GitHub repository, Conductor needs to verify
4545
If you've configured Composer to run scripts for certain events that make changes which are irrelevant for the Conductor PR, you can skip
4646
these script handlers by setting the [COMPOSER_SKIP_SCRIPTS](https://getcomposer.org/doc/03-cli.md#composer-skip-scripts) environment variable.
4747

48-
For example, if you use `npm` to build static assets when the `post-install-cmd` command event is triggered, update your GitHub action like this:
48+
For example, if you use `npm` to build static assets in your `post-install-cmd` script you can update your GitHub action to skip it:
4949

5050
```yaml
5151
- name: "Running Conductor"

0 commit comments

Comments
 (0)