Skip to content

Commit

Permalink
Fix the plugin’s packager shell
Browse files Browse the repository at this point in the history
  • Loading branch information
imath committed Sep 2, 2020
1 parent 2c7db66 commit 5dc2321
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bin/package-zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5dc2321

Please sign in to comment.