fix(ci): test-compile-changes for web2

This commit is contained in:
Denis Gukov 2020-11-05 14:03:44 +05:00
parent bcfaca5149
commit c03e66fdfe

View File

@ -54,7 +54,7 @@ aliases:
- &test-compile-changes
run:
name: test that compile did not create/modify untracked files
command: git diff --exit-code --stat -- . ':(exclude)web/package-lock.json' ':(exclude)go.mod' ':(exclude)go.sum'
command: git diff --exit-code --stat -- . ':(exclude)web2/package-lock.json' ':(exclude)web/package-lock.json' ':(exclude)go.mod' ':(exclude)go.sum'
- &save-npm-cache
save_cache: