Loading before_script.yml +6 −0 Original line number Diff line number Diff line Loading @@ -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 /^[^.]/'`) Loading Loading
before_script.yml +6 −0 Original line number Diff line number Diff line Loading @@ -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 /^[^.]/'`) Loading