Skip to content

Commit 42e3262

Browse files
techknowlogickMithilesh Gupta
authored andcommitted
add pnpm to Snapcraft (#35778)
1 parent 532a7b2 commit 42e3262

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

snap/snapcraft.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ parts:
6868
override-build: |
6969
set -x
7070
sed -i 's/os.Getuid()/1/g' modules/setting/setting.go
71+
npm install -g pnpm
7172
TAGS="bindata sqlite sqlite_unlock_notify pam cert" make build
7273
install -D gitea "${SNAPCRAFT_PART_INSTALL}/gitea"
7374
cp -r options "${SNAPCRAFT_PART_INSTALL}/"

0 commit comments

Comments
 (0)