Skip to content

Commit

Permalink
Merge pull request #12 from kenjis/fix-post-update-cmd
Browse files Browse the repository at this point in the history
chore: remove "spark revision:update" in "post-update-cmd"
  • Loading branch information
kenjis authored May 11, 2022
2 parents 6ad3733 + 75fc24f commit aaa8611
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,18 @@ $ git checkout -b main

## How to Update

Update Composer packages:

```sh-session
$ composer update
```

Update your CodeIgniter4 project files:

```sh-session
$ php spark revision:update
```

## How to Use

### Services
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@
"post-install-cmd": "@composer bin all install --ansi",
"post-update-cmd": [
"@composer bin all update --ansi",
"@composer dump-autoload",
"php spark revision:update"
"@composer dump-autoload"
],
"test": "phpunit",
"coverage": "php -dzend_extension=xdebug.so -dxdebug.mode=coverage ./vendor/bin/phpunit --coverage-text --coverage-html=build/coverage --log-junit=build/coverage/junit.xml",
Expand Down

0 comments on commit aaa8611

Please sign in to comment.