Skip to content

Commit 7e4beda

Browse files
committed
Attempt 2 to fix CI issues
1 parent 876ab1b commit 7e4beda

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
path: node_modules
1717
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
1818
- name: Fetch packages
19-
run: npm ci
19+
run: npm install
2020
- name: Run Linter
2121
run: npm run lint
2222
- name: Run unit tests
2323
run: npm test
2424
- name: Build production build
25-
run: npm run build
25+
run: npm run build

0 commit comments

Comments
 (0)