fix(vault)

closes #5054
This commit is contained in:
Jacob Heider 2024-01-30 14:03:01 -05:00
parent b1c61ddf1f
commit e4e8c11757
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -19,11 +19,10 @@ build:
classic.yarnpkg.com: '*'
git-scm.org: '*'
# TODO: gox
script: |
make bootstrap static-dist dev-ui
mkdir -p {{prefix}}/bin
mv bin/vault {{prefix}}/bin/vault
script:
- go mod tidy
- make bootstrap static-dist dev-ui
- install -D bin/vault {{prefix}}/bin/vault
provides:
- bin/vault