Skip to content

Commit

Permalink
feat!: update cssnano to v6 (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Mar 27, 2023
1 parent 6e9cdd8 commit cfcae0c
Show file tree
Hide file tree
Showing 7 changed files with 2,522 additions and 19,126 deletions.
5 changes: 4 additions & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@
"pathinfo",
"commitlint",
"memfs",
"colortable"
"colortable",
"wagoid",
"autocrlf",
"codecov"
],

"ignorePaths": [
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
- name: Check types
run: if [ -n "$(git status types --porcelain)" ]; then echo "Missing types. Update types by running 'npm run build:types'"; exit 1; else echo "All types are valid"; fi

# - name: Security audit
# run: npm run security
- name: Security audit
run: npm run security

- name: Check commit message
uses: wagoid/commitlint-github-action@v5
Expand Down
2 changes: 1 addition & 1 deletion lint-staged.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
"*": ["prettier --write --ignore-unknown", "cspell"],
"*": ["prettier --write --ignore-unknown", "cspell --no-must-find-files"],
"*.js": ["eslint --cache --fix"],
};

0 comments on commit cfcae0c

Please sign in to comment.