fix(composer): use proper wp cli command name (#2636)

This commit is contained in:
Mosaad
2021-02-12 16:03:19 +02:00
committed by Brandon
parent 171b1a7aef
commit b13f4dd85d

View File

@@ -11,7 +11,7 @@
"build:production": "mix --production", "build:production": "mix --production",
"start": "mix watch", "start": "mix watch",
"hot": "mix watch --hot", "hot": "mix watch --hot",
"clean": "wp acorn optimize:clean", "clear": "wp acorn optimize:clear",
"test": "npm run lint", "test": "npm run lint",
"lint": "npm run lint:js && npm run lint:css", "lint": "npm run lint:js && npm run lint:css",
"lint:js": "eslint resources/js", "lint:js": "eslint resources/js",