summaryrefslogtreecommitdiffstats
path: root/snapcraft.yaml
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2018-08-18 05:04:52 -0600
committerAnthony Fok <foka@debian.org>2018-08-18 05:04:52 -0600
commitef20ec1fbaa8f5841b3fbe18978d4d8c19d8fc53 (patch)
tree3ecc829352ee6c398b65f5e6a4294a42e264cd6f /snapcraft.yaml
parent5a0ee2b934e38d596da0f9742361f81c1221e3d5 (diff)
snap: Add nodejs to allow PostCSS to work
See https://discourse.gohugo.io/t/snap-pipeline-error-with-postcss-environment-issue/13583
Diffstat (limited to 'snapcraft.yaml')
-rw-r--r--snapcraft.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml
index b74881ba8..2e7fbd568 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -23,6 +23,7 @@ parts:
- git
stage-packages:
- git
+ - nodejs
- python-pygments
override-build: |
echo "\nStarting override-build:"