Skip to content

Commit 3184170

Browse files
committed
test
1 parent 7cdb446 commit 3184170

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
],
6666
"wp-test-php": [
6767
"@wp-test-ensure-env @no_additional_args",
68-
"rm -rf wordpress/src/wp-content/database @no_additional_args",
68+
"rm -rf wordpress/src/wp-content/database/.ht.sqlite @no_additional_args",
6969
"npm --prefix wordpress run test:php -- @additional_args"
7070
],
7171
"wp-test-e2e": [
@@ -74,7 +74,9 @@
7474
],
7575
"wp-test-clean": [
7676
"npm --prefix wordpress run env:clean",
77-
"rm -rf wordpress/src/wp-content/database"
77+
"ls -la wordpress/src/wp-content",
78+
"ls -la wordpress/src/wp-content/database",
79+
"rm -rf wordpress/src/wp-content/database/.ht.sqlite"
7880
]
7981
}
8082
}

0 commit comments

Comments
 (0)