Skip to content

Commit

Permalink
chore: call v3 build task when running npm run build (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
pauloiankoski authored Sep 12, 2023
1 parent 76cf84c commit 81e80ed
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 @@ -5,7 +5,7 @@
"start": "npm install && npm run watch",
"dev": "mix",
"production": "mix --production",
"build": "mix --production",
"build": "mix --production && npm run build:form-extension",
"watch": "mix watch",
"dev:form-extension": "wp-scripts build",
"watch:form-extension": "wp-scripts start",
Expand Down

0 comments on commit 81e80ed

Please sign in to comment.