Skip to content

Commit 8d839df

Browse files
committed
Try making mount writeable
1 parent dde3e7d commit 8d839df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"env:stop": "wp-env stop",
1010
"env:destroy": "wp-env destroy",
1111
"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"
12+
"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"
1313
},
1414
"repository": {
1515
"type": "git",

0 commit comments

Comments
 (0)