Skip to content

Commit

Permalink
update rock to build frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
kayra1 committed Apr 26, 2024
1 parent a674b2c commit 12c58d9
Show file tree
Hide file tree
Showing 2 changed files with 3,982 additions and 2 deletions.
10 changes: 8 additions & 2 deletions rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: gocert
base: bare
build-base: [email protected]
version: '0.0.1'
version: '0.0.2'
summary: A certificate management tool
description: |
A certificate management tool.
Expand All @@ -17,11 +17,17 @@ services:
startup: enabled

parts:
frontend:
source: ./ui
plugin: npm
override-build: |
npm install
npm run build
gocert:
source: .
plugin: go
build-snaps:
- go/1.22/stable
stage-packages:
- ca-certificates_data
- libc6_libs
- libc6_libs
Loading

0 comments on commit 12c58d9

Please sign in to comment.