removed lit from action (runs inside build:live)

This commit is contained in:
Miodec 2022-02-12 21:01:17 +01:00
parent 8b638e8a4a
commit 60f6a63e47

View file

@ -30,8 +30,5 @@ jobs:
- name: Install dependencies
run: npm run install:all
- name: Check for lint
run: npm run lint
- name: Run webpack
run: npm run build:live