Skip to content

Commit

Permalink
Update wp-env to correct database credentials (#216)
Browse files Browse the repository at this point in the history
Upgrading `wp-env` to latest version fixes issues related to newer WordPress docker images using different credentials. 

For more information see WordPress/gutenberg#29752
  • Loading branch information
psrpinto authored May 31, 2021
1 parent 00f0279 commit 52ca6ea
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 243 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,17 @@
"license": "GPL-2.0-or-later",
"private": true,
"dependencies": {
"@wordpress/env": "^3.0.0"
"@wordpress/env": "^4.0.0"
},
"workspaces": {
"packages": [
"wp-content/mu-plugins/pub/locale-switcher",
"wp-content/plugins/wporg-learn",
"wp-content/themes/pub/wporg-learn-2020"
],
"nohoist": ["**/grunt-*"]
"nohoist": [
"**/grunt-*"
]
},
"scripts": {
"install:env": "./bin/index.sh",
Expand Down
Loading

0 comments on commit 52ca6ea

Please sign in to comment.