diff --git a/.github/workflows/build-docs-pdf.yml b/.github/workflows/build-docs-pdf.yml index 8b6f149f34e..7b5025948a0 100644 --- a/.github/workflows/build-docs-pdf.yml +++ b/.github/workflows/build-docs-pdf.yml @@ -68,7 +68,7 @@ jobs: KONG_DOC_VERSIONS: "${{ github.event.inputs.version }}" run: | npm install -g wait-on - netlify dev & wait-on http://localhost:8888 + npx netlify dev & wait-on http://localhost:8888 cd pdf-generation npm ci node run.js diff --git a/.github/workflows/build-plugin-pdf.yml b/.github/workflows/build-plugin-pdf.yml index 0c24de799f0..203a26d8584 100644 --- a/.github/workflows/build-plugin-pdf.yml +++ b/.github/workflows/build-plugin-pdf.yml @@ -66,7 +66,7 @@ jobs: KONG_PLUGIN_VERSION: "${{ github.event.inputs.version }}" run: | npm install -g wait-on - netlify dev & wait-on http://localhost:8888 + npx netlify dev & wait-on http://localhost:8888 cd pdf-generation npm ci node run.js diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 65e642fab2e..b7de40c0908 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -69,7 +69,7 @@ jobs: JEKYLL_CONFIG_FILES: jekyll.yml run: | npm install -g wait-on - netlify dev & wait-on http://localhost:8888 + npx netlify dev & wait-on http://localhost:8888 npm test - name: Check for broken markdown anchors diff --git a/.github/workflows/scheduled-broken-link-checker.yml b/.github/workflows/scheduled-broken-link-checker.yml index bea9c6f0da1..8d849349ee1 100644 --- a/.github/workflows/scheduled-broken-link-checker.yml +++ b/.github/workflows/scheduled-broken-link-checker.yml @@ -62,7 +62,7 @@ jobs: - name: Run site run: | npm install -g wait-on - netlify dev & wait-on http://localhost:8888 + npx netlify dev & wait-on http://localhost:8888 - name: Run link checker run: |