mirror of
https://github.com/elyby/accounts.git
synced 2024-11-30 10:42:16 +05:30
Merge branch 'develop'
This commit is contained in:
commit
cc2a912d40
@ -48,6 +48,7 @@ test:frontend:
|
||||
script:
|
||||
- cd frontend
|
||||
- npm i --silent > /dev/null
|
||||
- npm run lint --silent
|
||||
- npm run test --silent
|
||||
|
||||
build:production:
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
return [
|
||||
'version' => '1.1.9',
|
||||
'version' => '1.1.10',
|
||||
'vendorPath' => dirname(dirname(__DIR__)) . '/vendor',
|
||||
'components' => [
|
||||
'cache' => [
|
||||
|
Loading…
Reference in New Issue
Block a user