Skip to content

Commit

Permalink
Added API Build
Browse files Browse the repository at this point in the history
  • Loading branch information
MatiasTK committed Apr 19, 2024
1 parent 285d2cb commit 81a47e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
with:
node-version: 20
- run: npm ci
- name: Build API
run: |
cd wikari
npm ci
npm run build
cd ..
- name: Publish app
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 81a47e0

Please sign in to comment.