Skip to content

Commit

Permalink
Added post install commands
Browse files Browse the repository at this point in the history
Added post install command `craft setup/welcome`
Added post install command `dump-autoload -o`
  • Loading branch information
terryupton committed Oct 22, 2020
1 parent c758723 commit 8a571b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## [3.2.3] - 2020-10-21
### Added
Added post install command `craft setup/welcome`

## [3.2.2] - 2020-10-21
### Removed
Removed Commented out post composer scripts for after initial installation due to breaking the composer.json file
Expand Down
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
"@php -r \"unlink('LICENSE.md');\"",
"@php -r \"unlink('README.md');\"",
"@php -r \"copy('README.md.default', 'README.md');\"",
"@php -r \"unlink('README.md.default');\""
"@php -r \"unlink('README.md.default');\"",
"@composer dump-autoload -o",
"@php craft setup/welcome"
]
}
}

0 comments on commit 8a571b6

Please sign in to comment.