Skip to content

Commit

Permalink
build with yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
idok committed Feb 1, 2024
1 parent 094d39f commit 5543e98
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/yarn.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Node.js CI
name: Yarn CI

on:
push:
Expand Down Expand Up @@ -30,10 +30,6 @@ jobs:
uses: borales/actions-yarn@v4
with:
cmd: install
- name: Build production bundle
uses: borales/actions-yarn@v4
with:
cmd: build
- name: Test the app
uses: borales/actions-yarn@v4
with:
Expand Down

0 comments on commit 5543e98

Please sign in to comment.