fix: github actions

This commit is contained in:
coderaiser 2023-12-04 20:35:49 +02:00
parent f8f6377551
commit fb2d081402
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ jobs:
- name: Install Redrun
run: bun i redrun -g --no-save
- name: NPM Install
run: bun i --no-save
run: npm i
- name: Lint
run: redrun lint
- name: Build

View file

@ -25,7 +25,7 @@ jobs:
- name: Install Redrun
run: bun i redrun -g --no-save
- name: Install
run: bun i --no-save
run: npm i
- name: Lint
run: redrun fix:lint
- uses: actions/cache@v3