Skip to content

Commit

Permalink
fix: ignore pnpm lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat616 committed Feb 13, 2024
1 parent 61acaa2 commit f16c5c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lint:css": "stylelint --allow-empty-input \"**/*.{css,scss,vue}\"",
"lint:es": "eslint --ignore-path .gitignore .",
"lint:ts": "tsc --noEmit",
"lint:prettier": "prettier --check --ignore-path .gitignore --config .prettierrc.js .",
"lint:prettier": "prettier --check --config .prettierrc.js .",
"fmt": "run-s fmt:*",
"fmt:css": "stylelint --fix --allow-empty-input \"**/*.{css,scss,vue}\"",
"fmt:es": "eslint --fix --ignore-path .gitignore .",
Expand Down

0 comments on commit f16c5c2

Please sign in to comment.