mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +02:00
snap: Skip installing postcss due to failure on build server
npm running on fails to fetch postcss-cli on build.snapcraft.io due to network proxy issue. See https://forum.snapcraft.io/t/build-fails-behind-proxy-on-build-snapcraft-io/6951/3
This commit is contained in:
@@ -58,16 +58,8 @@ parts:
|
|||||||
|
|
||||||
node:
|
node:
|
||||||
plugin: nodejs
|
plugin: nodejs
|
||||||
node-packages: [postcss-cli]
|
|
||||||
filesets:
|
|
||||||
node:
|
|
||||||
- bin/node
|
|
||||||
postcss:
|
|
||||||
- bin/postcss
|
|
||||||
- lib/node_modules/postcss-cli/*
|
|
||||||
prime:
|
prime:
|
||||||
- $node
|
- bin/node
|
||||||
- $postcss
|
|
||||||
|
|
||||||
pygments:
|
pygments:
|
||||||
plugin: python
|
plugin: python
|
||||||
|
Reference in New Issue
Block a user