Skip to content

Commit

Permalink
snap: Skip installing postcss due to failure on build server
Browse files Browse the repository at this point in the history
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
  • Loading branch information
anthonyfok committed Aug 24, 2018
1 parent 2c934be commit 66f688f
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions snapcraft.yaml
Expand Up @@ -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
Expand Down

0 comments on commit 66f688f

Please sign in to comment.