Skip to content
Snippets Groups Projects
Commit 8b1785f5 authored by LN Liberda's avatar LN Liberda Committed by Kevin Daudt
Browse files

community/gotosocial: enforce frozen yarn lockfile

parent ab7a6337
No related branches found
No related tags found
2 merge requests!79570community/firefox-esr: upgrade to 128.7.0,!78145community/gotosocial: enforce frozen yarn lockfile
Pipeline #288307 skipped
......@@ -2,7 +2,7 @@
# Maintainer: Alex McGrath <amk@amk.ie>
pkgname=gotosocial
pkgver=0.17.3
pkgrel=1
pkgrel=2
pkgdesc="An ActivityPub social network server"
url="https://github.com/superseriousbusiness/gotosocial"
arch="all"
......@@ -41,7 +41,7 @@ prepare() {
}
build() {
yarn --cwd ./web/source install
yarn --cwd ./web/source install --frozen-lockfile
yarn --cwd ./web/source ts-patch install
yarn --cwd ./web/source build
go build -o gotosocial -ldflags="-X 'main.Version=$_pkgver'" -tags nowasm \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment