mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-03 19:30:54 -04:00
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?
This commit is contained in:
parent
70aebba04d
commit
902535ef11
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user