Skip to content

Commit

Permalink
Stop resetting wp-now env
Browse files Browse the repository at this point in the history
Allows plugin and theme activation
  • Loading branch information
adamwoodnz committed Sep 17, 2024
1 parent 34f1890 commit 20b1685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"start:plugin": "yarn workspace wporg-learn-plugin start",
"start:theme": "yarn workspace wporg-learn-2024 start",
"wp-env": "wp-env",
"wp-now": "(cd wp-content && wp-now start --blueprint=../blueprint.json --reset)"
"wp-now": "(cd wp-content && wp-now start --blueprint=../blueprint.json)"
},
"main": "index.js"
}

0 comments on commit 20b1685

Please sign in to comment.