Remove unnecessary command from CI (#112)

This commit is contained in:
Michał Leszczyński
2023-03-07 23:47:21 +01:00
committed by GitHub
parent 444648ec7e
commit 92bc7d922f

View File

@@ -27,9 +27,6 @@ jobs:
- name: Install dependencies (root)
run: |
npm --include=dev ci
- name: Run npm ci
run: |
npm ci
- name: Run webpack
run: |
cd web