Make WordPress Core

Changeset 50796


Ignore:
Timestamp:
04/28/2021 07:05:58 PM (4 years ago)
Author:
desrosj
Message:

Build/Test Tools: Correctly test grunt clean when built to run from src.

Because the -- separator was missing, the --dev flag was not being passed to the script, thus not testing properly.

See #52625.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/test-npm.yml

    r50590 r50796  
    115115
    116116      - name: Clean after building in /src
    117         run: npm run grunt clean --dev
     117        run: npm run grunt clean -- --dev
    118118
    119119  # Verifies that installing NPM dependencies and building WordPress works as expected on MacOS.
     
    173173
    174174      - name: Clean after building in /src
    175         run: npm run grunt clean --dev
     175        run: npm run grunt clean -- --dev
Note: See TracChangeset for help on using the changeset viewer.