Skip to content

Commit

Permalink
feature: Add bundle command.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjohnson committed May 11, 2021
1 parent e35de0c commit 58e6dce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -50,6 +50,7 @@ cache
node_modules
assets/dist/
.storybook-static
release

# Composer
vendor
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -30,7 +30,8 @@
},
"scripts": {
"test": "./vendor/bin/phpunit",
"unreleased": "./vendor/bin/since-unreleased.sh"
"unreleased": "./vendor/bin/since-unreleased.sh",
"bundle": "rsync -rc --exclude-from=.distignore . release/ --delete --delete-excluded"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 58e6dce

Please sign in to comment.