Skip to content

Commit

Permalink
composer dist script....
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Kemme committed Mar 1, 2017
1 parent 2b5547b commit 6186404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"classmap": ["wp-cloudflare-dashboard.php", "includes/"]
},
"scripts": {
"dist": "git checkout -b dist && git checkout dist && git push origin dist && git branch -D dist && git push origin :dist && git checkout -B dist && rm -rf .bowerrc .editorconfig .eslintrc.js .eslintrc.json .gitignore .sass-lint.yml .travis.yml .yo-rc.json bower.json composer.lock Gruntfile.js Gulpfile.js phpcs.xml phpunit.xml README.md tests node_modules bin assets/README.md assets/css/sass assets/js assets/repo includes/README.md && composer install && rm -rf .gitignore composer.lock .DS_Store assets/.DS_Store && git add -A && git commit -m $(grep -m1 version package.json | awk -F: '{ print $2 }' | sed 's/[\", ]//g') && git push origin dist"
"dist": "git push origin dist && git branch -D dist && git push origin :dist && git checkout -B dist && rm -rf .bowerrc .editorconfig .eslintrc.js .eslintrc.json .gitignore .sass-lint.yml .travis.yml .yo-rc.json bower.json composer.lock Gruntfile.js Gulpfile.js phpcs.xml phpunit.xml README.md tests node_modules bin assets/README.md assets/css/sass assets/js assets/repo includes/README.md && composer install && rm -rf .gitignore composer.lock .DS_Store assets/.DS_Store && git add -A && git commit -m $(grep -m1 version package.json | awk -F: '{ print $2 }' | sed 's/[\", ]//g') && git push origin dist"
}
}

0 comments on commit 6186404

Please sign in to comment.