Skip to content

Commit dfaf346

Browse files
committed
Switch ci from npm to yarn
1 parent a775401 commit dfaf346

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
node-version: '20'
3131

3232
- name: Install dependencies
33-
run: npm ci
33+
run: yarn install --frozen-lockfile
3434

3535
- name: Build frontend
36-
run: npm run build-main
36+
run: yarn build-main
3737

3838
- name: Set up Docker Buildx
3939
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)