mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-26 11:34:58 +02:00
* UBERF-11387 Preview service Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com> * code review fixes Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com> * optimize build Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com> * use base preview image Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com> * free some disk space in github runner Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com> * fix: try to clean builder cache Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com> * fix: update sharp version for preview Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com> * some cache fixes Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com> --------- Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
8 lines
202 B
JavaScript
8 lines
202 B
JavaScript
module.exports = {
|
|
extends: ['./node_modules/@hcengineering/platform-rig/profiles/default/eslint.config.json'],
|
|
parserOptions: {
|
|
tsconfigRootDir: __dirname,
|
|
project: './tsconfig.json'
|
|
}
|
|
}
|