Skip to content
Snippets Groups Projects
Commit 93672260 authored by ko_oler's avatar ko_oler
Browse files

fix .gitlab-ci.yml

parent 5dc1f5fb
No related branches found
No related tags found
1 merge request!1Добавлена генерация файлов для frontend в Makefile и публикацию npm-пакета
Pipeline #19070 failed
...@@ -98,6 +98,6 @@ ...@@ -98,6 +98,6 @@
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */ // "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
"skipLibCheck": true /* Skip type checking all .d.ts files. */ "skipLibCheck": true /* Skip type checking all .d.ts files. */
}, },
"include": ["builds/perxis/perxis-js/clients/**/*"], "include": ["../clients/**/*"],
"exclude": ["builds/perxis/perxis-js/config/**/*"] "exclude": ["../config/**/*"]
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment