Skip to content

Commit

Permalink
fix(composer): use proper wp cli command name (#2636)
Browse files Browse the repository at this point in the history
  • Loading branch information
theMosaad authored Feb 12, 2021
1 parent 41a99ce commit 486615b
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 @@ -11,7 +11,7 @@
"build:production": "mix --production",
"start": "mix watch",
"hot": "mix watch --hot",
"clean": "wp acorn optimize:clean",
"clear": "wp acorn optimize:clear",
"test": "npm run lint",
"lint": "npm run lint:js && npm run lint:css",
"lint:js": "eslint resources/js",
Expand Down

0 comments on commit 486615b

Please sign in to comment.