mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-06-07 05:57:41 +00:00
fix github action
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
05d1fa516d
commit
d3127b35c8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue