From 5dc232133b2f280d98cc434ce58937281b430fa4 Mon Sep 17 00:00:00 2001 From: imath Date: Wed, 2 Sep 2020 20:53:41 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20the=20plugin=E2=80=99s=20packager=20shell?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/package-zip.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/package-zip.sh b/bin/package-zip.sh index 8b0800c..bf58294 100755 --- a/bin/package-zip.sh +++ b/bin/package-zip.sh @@ -46,8 +46,11 @@ git clean -xdf # Run the build status "Installing dependencies..." npm install +composer install status "Generating release..." -grunt release +npm run wpcs +npm run build +npm run build-scss # Remove any existing zip file rm -f communaute-protegee.zip