Skip to content

Commit 1dbb668

Browse files
authored
Clean up package.json and update @wordpress/env (#753)
* Clean up package.json and update @wordpress/env * Restore eslint-plugin-unicorn
1 parent c8e9e55 commit 1dbb668

File tree

3 files changed

+448
-50
lines changed

3 files changed

+448
-50
lines changed

.wp-env.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
{
2+
"$schema": "https://schemas.wp.org/trunk/wp-env.json",
23
"core": "WordPress/WordPress",
34
"port": 8988,
45
"testsPort": 8989,
56
"plugins": [ "." ],
67
"config": {
78
"WP_UPLOAD_MAX_FILESIZE": "128M",
89
"WP_MEMORY_LIMIT": "256M"
10+
},
11+
"env": {
12+
"development": {
13+
"phpmyadminPort": 9000
14+
},
15+
"tests": {
16+
"phpmyadminPort": 9001
17+
}
918
}
1019
}

0 commit comments

Comments
 (0)