Skip to content

Commit

Permalink
created dist script in composer file
Browse files Browse the repository at this point in the history
Tyler Kemme committed Mar 1, 2017
1 parent 6e0e9be commit f224f4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -24,5 +24,8 @@
},
"autoload": {
"classmap": ["wp-cloudflare-dashboard.php", "includes/"]
},
"scripts": {
"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.json composer.lock Gruntfile.js Gulpfile.js package.json phpcs.xml phpunit.xml README.md tests node_modules && composer install && echo 'node_modules' > .gitignore"
}
}

0 comments on commit f224f4d

Please sign in to comment.