diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f6b5827..d9cab9c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,6 +48,7 @@ test:frontend: script: - cd frontend - npm i --silent > /dev/null + - npm run lint --silent - npm run test --silent build:production: diff --git a/common/config/config.php b/common/config/config.php index ed401c8..45b8de6 100644 --- a/common/config/config.php +++ b/common/config/config.php @@ -1,6 +1,6 @@ '1.1.9', + 'version' => '1.1.10', 'vendorPath' => dirname(dirname(__DIR__)) . '/vendor', 'components' => [ 'cache' => [