Skip to content

Commit e1eb972

Browse files
committed
Merge branch 'develop-1.6'
2 parents 956862d + 77dc946 commit e1eb972

5 files changed

Lines changed: 847 additions & 15 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
- name: NPM install (ci)
3333
run: npm ci
3434
- name: Lint
35-
run: npx eslint .
35+
run: npm run eslint
3636
- name: Build
3737
run: npm run build
3838
- name: Flow
39-
run: npx flow check
39+
run: npm run flow check
4040
- name: Test
4141
run: npm test -- --verbose --coverage
4242
- name: Archive Test Code Coverage Report

0 commit comments

Comments
 (0)