Skip to content

Commit da5e462

Browse files
committed
fix(github-ci): fix dependencies installation error due to missing lock file
1 parent 48ee33b commit da5e462

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
uses: actions/checkout@v2
4545

4646
- name: Install dependencies
47-
run: npm ci
47+
run: npm install
4848

49-
- name: Run type coverage
50-
run: npm run type-coverage
49+
- name: Build
50+
run: npm run build
5151

5252
- name: Run tests and collect code coverage
5353
run: npm test

0 commit comments

Comments
 (0)