Skip to content

Commit fd8ea4e

Browse files
authored
Merge branch 'master' into add-corpus-diff-ci
2 parents 1c23bb7 + eee4b8b commit fd8ea4e

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"setup": "npm-run-all start start:test composer:setup",
1010
"start": "wp-env start",
1111
"start:test": "wp-env --config .wp-env.test.json start",
12-
"composer": "wp-env --config .wp-env.test.json run --env-cwd='wp-content/plugins/phpdoc-parser' wordpress composer --no-interaction --no-security-blocking",
13-
"composer:setup": "wp-env --config .wp-env.test.json run --env-cwd='wp-content/plugins/phpdoc-parser' wordpress composer install --no-interaction --no-security-blocking",
12+
"composer": "wp-env --config .wp-env.test.json run --env-cwd=\"wp-content/plugins/$(basename \"$PWD\")\" wordpress composer --no-interaction",
13+
"composer:setup": "wp-env --config .wp-env.test.json run --env-cwd=\"wp-content/plugins/$(basename \"$PWD\")\" wordpress composer install --no-interaction --no-security-blocking",
1414
"test:phpunit:setup": "npm-run-all start:test composer:setup",
15-
"test:phpunit": "wp-env --config .wp-env.test.json run --env-cwd='wp-content/plugins/phpdoc-parser' wordpress vendor/phpunit/phpunit/phpunit -c phpunit.xml.dist"
15+
"test:phpunit": "wp-env --config .wp-env.test.json run --env-cwd=\"wp-content/plugins/$(basename \"$PWD\")\" wordpress vendor/phpunit/phpunit/phpunit -c phpunit.xml.dist"
1616
},
1717
"repository": {
1818
"type": "git",
@@ -25,7 +25,7 @@
2525
},
2626
"homepage": "https://github.com/wordpress/phpdoc-parser#readme",
2727
"dependencies": {
28-
"@wordpress/env": "^11.12.0",
28+
"@wordpress/env": "^11.13.0",
2929
"npm-run-all": "^4.1.5"
3030
}
3131
}

0 commit comments

Comments
 (0)