Skip to content

Commit

Permalink
Add postcss installation
Browse files Browse the repository at this point in the history
See #275
  • Loading branch information
Fleker authored Jun 2, 2021
1 parent f24a412 commit 49c0be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ steps:

- name: node:10.15.1
entrypoint: npm
args: ['install', 'autoprefixer', 'postcss-cli']
args: ['install', 'autoprefixer', 'postcss-cli', 'postcss']
id: Install PostCSS for final CSS assets

- name: gcr.io/cloud-builders/wget
Expand Down

0 comments on commit 49c0be9

Please sign in to comment.