From 0307eabc99364d2a4aba8bf84feb56730c37be1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 20 Feb 2023 21:59:54 +0100 Subject: [PATCH] Update manifest.toml --- manifest.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifest.toml b/manifest.toml index c8c3e00..0df7720 100644 --- a/manifest.toml +++ b/manifest.toml @@ -62,3 +62,7 @@ ram.runtime = "50M" [resources.apt] packages = "python3-dev python3-pip" + + extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main" + extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg" + extras.yarn.packages = "yarn"