snapcraft: Try installing postcss again

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

This reverts commit 66f688f712.
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