We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dde3e7d commit 8d839dfCopy full SHA for 8d839df
package.json
@@ -9,7 +9,7 @@
9
"env:stop": "wp-env stop",
10
"env:destroy": "wp-env destroy",
11
"test:phpunit": "wp-env run tests-cli --env-cwd=wp-content/plugins/random-post-on-refresh vendor/bin/phpunit",
12
- "playground": "npx @wp-playground/cli server --blueprint ./playground.json --mount .:/var/www/html/wp-content/plugins/random-post-on-refresh --mount ./.github/playground/uploads:/var/www/html/wp-content/uploads"
+ "playground": "npx @wp-playground/cli server --blueprint ./playground.json --mountBeforeInstall .:/var/www/html/wp-content/plugins/random-post-on-refresh:writeable --mount ./.github/playground/uploads:/var/www/html/wp-content/uploads"
13
},
14
"repository": {
15
"type": "git",
0 commit comments