Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bcd6503

Browse filesBrowse files
committed
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
1 parent a8323bf commit bcd6503
Copy full SHA for bcd6503

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎.github/workflows/test-npm.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/test-npm.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
run: npm run build:dev
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.
120120
#
@@ -172,4 +172,4 @@ jobs:
172172
run: npm run build:dev
173173

174174
- name: Clean after building in /src
175-
run: npm run grunt clean --dev
175+
run: npm run grunt clean -- --dev

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.