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