Suppress Postcss warnings & Re-enable Benhalpern deploy (#11521)

This commit is contained in:
Mac Siri 2020-11-20 11:27:49 -05:00 committed by GitHub
parent b9ae58816f
commit f061b90316
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 16 deletions

View file

@ -92,13 +92,13 @@ jobs:
api_key: '$HEROKU_AUTH_TOKEN'
app:
master: practicaldev
# - stage: Deploy
# name: Deploy BenHalpern
# if: type != pull_request
# script: skip
# after_script: skip
# deploy:
# provider: heroku
# api_key: '$HEROKU_AUTH_TOKEN'
# app:
# master: benhalpern-community
- stage: Deploy
name: Deploy BenHalpern
if: type != pull_request
script: skip
after_script: skip
deploy:
provider: heroku
api_key: '$HEROKU_AUTH_TOKEN'
app:
master: benhalpern-community

View file

@ -24,7 +24,7 @@
"pretest": "npm run lint:frontend",
"test": "jest app/javascript/ bin/ --coverage",
"test:watch": "jest app/javascript/ bin/ --watch",
"postcss": "postcss public/assets/*.css -d public/assets"
"postcss": "postcss public/assets/*.css -d public/assets 2> postcss_error.log"
},
"husky": {
"hooks": {

View file

@ -8,11 +8,6 @@ module.exports = {
flexbox: 'no-2009',
},
stage: 3,
features: {
customProperties: {
warnings: false,
},
},
}),
],
};