pull/1465/merge
ExE Boss 1 year ago committed by GitHub
commit e4dd53ae2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -36,9 +36,12 @@ jobs:
yarn
cd ..
- name: Lint
id: eslint
run: |
yarn lint
- name: TSLint
- name: TypeScript
id: typescript
if: ${{ success() || steps.eslint.outcome == 'failure' }}
run: |
cd gulp
yarn gulp translations.fullBuild

Loading…
Cancel
Save