mirror of
git://develop.git.wordpress.org/
synced 2025-04-26 23:22:25 +02:00
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. git-svn-id: https://develop.svn.wordpress.org/trunk@50796 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a8323bf8e7
commit
bcd65037b6
4
.github/workflows/test-npm.yml
vendored
4
.github/workflows/test-npm.yml
vendored
@ -114,7 +114,7 @@ jobs:
|
||||
run: npm run build:dev
|
||||
|
||||
- name: Clean after building in /src
|
||||
run: npm run grunt clean --dev
|
||||
run: npm run grunt clean -- --dev
|
||||
|
||||
# Verifies that installing NPM dependencies and building WordPress works as expected on MacOS.
|
||||
#
|
||||
@ -172,4 +172,4 @@ jobs:
|
||||
run: npm run build:dev
|
||||
|
||||
- name: Clean after building in /src
|
||||
run: npm run grunt clean --dev
|
||||
run: npm run grunt clean -- --dev
|
||||
|
Loading…
x
Reference in New Issue
Block a user