Skip to content

Commit

Permalink
snapcraft.yaml: Install bin/node from node/14/stable
Browse files Browse the repository at this point in the history
Resolves regression introduced in my previous commit 243951e.
Special thanks to @jmooring for reporting the issue!

TODO: Strip the bin/node binary?
  • Loading branch information
anthonyfok committed Apr 26, 2021
1 parent 70aebba commit 902535e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 902535e

Please sign in to comment.