snapcraft: Try installing postcss again

Revert "snap: Skip installing postcss due to failure on build server"

This reverts commit 66f688f7120560ca787c1a23e3e7fbc3aa617956.
This commit is contained in:
Anthony Fok 2018-09-24 22:20:45 -06:00
parent b7706d6aec
commit 4730a78a76
No known key found for this signature in database
GPG Key ID: EA2500B412C59ACF

View File

@ -57,8 +57,16 @@ parts:
node:
plugin: nodejs
node-packages: [postcss-cli]
filesets:
node:
- bin/node
postcss:
- bin/postcss
- lib/node_modules/postcss-cli/*
prime:
- bin/node
- $node
- $postcss
pygments:
plugin: python