Skip to content

Commit

Permalink
eat: build node for build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
saku-koodari committed Sep 12, 2024
1 parent a47eac6 commit 5594f56
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ jobs:
packages: write
steps:
- uses: actions/checkout@v4

- name: Build frontend
run: |
cd frontend
npm install
npm run build
tree out
(cd .. && ls -la)
mkdir -p ../server/target/classes/
mv out ../server/target/classes/static
- name: Build and push Docker image
run: |
tag=ghcr.io/opetushallitus/koto-rekisteri:$GITHUB_SHA
Expand Down

0 comments on commit 5594f56

Please sign in to comment.