Commit e71ed974 authored by Denis Sakharov's avatar Denis Sakharov
Browse files

added more items to js_changes

parent e100333c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -18,8 +18,14 @@ before_script:
    - package-lock.json
    - webpack.config.js
    - webpack.mix.js
    - nuxt.config.ts
    - tailwind.config.ts
    - tsconfig.json
    - vite.config.ts
    - "**/*.js"
    - "**/*.ts"
    - "**/*.vue"
    - "**/*.tsx"

.set_layouts: &set_layouts |
  cd $CI_PROJECT_DIR/working/ && export LAYOUTS=(`ls -1 -d ./*/|perl -nE 's{^\./(.+)/$}{$1}; print if /^[^.]/'`)