Skip to content

Commit

Permalink
5 hours later...
Browse files Browse the repository at this point in the history
  • Loading branch information
kayra1 committed May 8, 2024
1 parent 73fcb95 commit 2ccc414
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,17 @@ services:
startup: enabled

parts:
frontend:
source: ./ui
plugin: npm
build-snaps:
- node/20/stable
override-build: |
npm install
npm run build
gocert:
source: .
plugin: go
source: .
source-type: local
build-snaps:
- go/1.22/stable
- node/20/stable
override-build: |
npm install --prefix ui
npm run build --prefix ui
craftctl default
stage-packages:
- ca-certificates_data
- libc6_libs

0 comments on commit 2ccc414

Please sign in to comment.