fix github action

Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
Benny Samir Hierl 2022-01-29 11:28:31 +01:00
parent 05d1fa516d
commit d3127b35c8

View file

@ -10,7 +10,7 @@ jobs:
- name: Set up NodeJs
uses: actions/setup-node@v2
- name: Install dependencies
run: npm run ci
run: npm ci
- name: Linter
run: npm run lint
- name: Typecheck