From 1c8c734582e1fc6d77f981e60fbe57ea6571b064 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Mon, 1 Jul 2024 02:02:53 +0200 Subject: [PATCH] Add yarn --- manifest.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifest.toml b/manifest.toml index 38d1508..81319db 100644 --- a/manifest.toml +++ b/manifest.toml @@ -99,5 +99,10 @@ ram.runtime = "2000M" "libtool", ] + [resources.apt.extras.yarn] + repo = "deb https://dl.yarnpkg.com/debian/ stable main" + key = "https://dl.yarnpkg.com/debian/pubkey.gpg" + packages = ["yarn"] + [resources.database] type = "postgresql"