From 902535ef11fce449b377896ab7498c4799beb9ce Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Mon, 26 Apr 2021 10:17:44 -0600 Subject: [PATCH] snapcraft.yaml: Install bin/node from node/14/stable Resolves regression introduced in my previous commit 243951e. Special thanks to @jmooring for reporting the issue! TODO: Strip the bin/node binary? --- snap/snapcraft.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 2503c3eb3..e87a5ab8f 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -70,6 +70,13 @@ parts: strip --remove-section=.comment --remove-section=.note $SNAPCRAFT_PART_INSTALL/bin/hugo ls -l $SNAPCRAFT_PART_INSTALL/bin/hugo + node: + plugin: nil + stage-snaps: + - node/14/stable + prime: + - bin/node + pandoc: plugin: nil stage-packages: