diff --git a/package.json b/package.json index a3a21a8cce7..1fb335146c0 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "license": "GPL-3.0+", "main": "Gruntfile.js", "scripts": { + "prebuild": "npm install && composer install --no-dev", "build": "grunt", "build-watch": "grunt watch", "lint:js": "eslint assets/js --ext=js",