Skip to content

Commit

Permalink
Some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
inc2734 committed Feb 10, 2017
1 parent f0c04a4 commit b9779f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/bin/zip.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/usr/bin/env bash

rm -rf wprepository
yarn run gulp wprepository
cd wprepository
composer install --no-dev
cd ../
yarn run gulp zip
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ gulp.task('wprepository', ['build'], function(){
return gulp.src(
[
'**/*',
'!package.json',
'!node_modules',
'!node_modules/**',
'!vendor',
Expand Down Expand Up @@ -207,7 +208,6 @@ gulp.task('zip', function(){
return gulp.src(
[
'wprepository/**',
'!wprepository/package.json',
'!wprepository/composer.json',
'!wprepository/composer.lock',
'!wprepository/yarn.lock',
Expand Down

0 comments on commit b9779f8

Please sign in to comment.