Skip to content

Commit

Permalink
Add npm script to start using wp-now
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwoodnz committed Mar 20, 2024
1 parent 9e276d6 commit 7d73029
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"lint:js": "yarn workspace wporg-learn-plugin lint:js",
"watch:theme": "yarn workspace wporg-learn-theme start",
"watch:plugin": "yarn workspace wporg-learn-plugin start",
"setup:tools": "exit 0"
"setup:tools": "exit 0",
"wp-now": "(cd wp-content && wp-now start --blueprint=../blueprint.json --reset)"
},
"main": "index.js",
"devDependencies": {
Expand Down

0 comments on commit 7d73029

Please sign in to comment.