We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05a272c commit 794f946Copy full SHA for 794f946
docs/conductor/getting-started.md
@@ -45,7 +45,7 @@ Once the workflow is added to your GitHub repository, Conductor needs to verify
45
If you've configured Composer to run scripts for certain events that make changes which are irrelevant for the Conductor PR, you can skip
46
these script handlers by setting the [COMPOSER_SKIP_SCRIPTS](https://getcomposer.org/doc/03-cli.md#composer-skip-scripts) environment variable.
47
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:
+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:
49
50
```yaml
51
- name: "Running Conductor"
0 commit comments