Skip to content

Commit

Permalink
Skip setup:tools step of build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwoodnz committed Oct 16, 2023
1 parent 470dfce commit 221ea36
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 @@ -28,7 +28,8 @@
"lint:css": "yarn workspace wporg-learn-plugin lint:css && yarn workspace wporg-learn-theme lint:css",
"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"
"watch:plugin": "yarn workspace wporg-learn-plugin start",
"setup:tools": "exit 0"
},
"main": "index.js",
"devDependencies": {
Expand Down

0 comments on commit 221ea36

Please sign in to comment.