Skip to content

Commit

Permalink
New build
Browse files Browse the repository at this point in the history
  • Loading branch information
Kitenite committed Jul 11, 2024
1 parent ea7814c commit fd07d21
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ on:
jobs:
build:
runs-on: ${{ matrix.os }}
defaults:
run:
working-directory: ./app

strategy:
matrix:
Expand All @@ -36,6 +33,7 @@ jobs:

- name: Build Release Files
run: |
cd ./app
npm install
npm run build
env:
Expand Down

0 comments on commit fd07d21

Please sign in to comment.