mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05: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:
parent
2c934be8ab
commit
66f688f712
1 changed files with 1 additions and 9 deletions
|
@ -58,16 +58,8 @@ parts:
|
|||
|
||||
node:
|
||||
plugin: nodejs
|
||||
node-packages: [postcss-cli]
|
||||
filesets:
|
||||
node:
|
||||
- bin/node
|
||||
postcss:
|
||||
- bin/postcss
|
||||
- lib/node_modules/postcss-cli/*
|
||||
prime:
|
||||
- $node
|
||||
- $postcss
|
||||
- bin/node
|
||||
|
||||
pygments:
|
||||
plugin: python
|
||||
|
|
Loading…
Reference in a new issue