Skip to content

Commit

Permalink
Configs Update (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff authored Feb 19, 2025
1 parent f585dc7 commit e415975
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 16 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sonar-scan.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: SonarQube Scan

on:
pull_request:
types: [opened, synchronize, reopened]
schedule:
- cron: "0 0 1 * *"
workflow_dispatch:
Expand Down
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"eslint": "8.57.1",
"eslint-plugin-html": "8.1.2",
"htmlhint": "1.1.4",
"hugo-bin": "0.140.1",
"hugo-bin": "0.141.1",
"list.js": "2.3.1",
"npm-run-all": "4.1.5",
"postcss": "8.5.1",
"postcss": "8.5.2",
"postcss-cli": "11.0.0",
"prettier": "3.5.0",
"prettier": "3.5.1",
"stylelint": "16.14.1",
"stylelint-config-standard-scss": "14.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const autoprefixer = require('autoprefixer')
const purgeImport = require('@fullhuman/postcss-purgecss');

const purgeCSSPlugin =
purgeImport.purgeCSSPlugin || purgeImport.default || purgeImport;

Expand Down

0 comments on commit e415975

Please sign in to comment.