Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/snap
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2020-10-09 13:06:38 +0300
committerAnthony Fok <foka@debian.org>2020-10-09 21:23:38 +0300
commite9a7ebaf67a63ffe5e64c3b3aaefe66feb7f1868 (patch)
treeb4b5ed3698825629448e115b03822d6fe226856d /snap
parent506820435cacb39ce7bb1835f46a15e913b95828 (diff)
snap: Install postcss v8 explicitly as it is now a peer dependency
Fix Snap build failures since 2020-09-21
Diffstat (limited to 'snap')
-rw-r--r--snap/snapcraft.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 34844858e..d1d73df04 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -70,12 +70,14 @@ parts:
node-packages:
- "@babel/cli"
- "@babel/core"
+ - postcss
- postcss-cli
filesets:
node:
- bin/node
postcss:
- bin/postcss
+ - lib/node_modules/postcss/*
- lib/node_modules/postcss-cli/*
babel:
- bin/babel