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:
Anthony Fok 2018-08-24 10:08:56 -06:00
parent 2c934be8ab
commit 66f688f712
No known key found for this signature in database
GPG key ID: EA2500B412C59ACF

View file

@ -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