mirror of
https://github.com/threeal/cmake-action.git
synced 2025-07-25 15:24:22 +00:00
style: ignore dist
and README.md
in .prettierignore
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
This commit is contained in:
parent
e71bbfd78e
commit
c5de595640
@ -1 +1,3 @@
|
||||
dist
|
||||
pnpm-lock.yaml
|
||||
README.md
|
||||
|
@ -4,7 +4,7 @@
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "rollup -c",
|
||||
"format": "prettier --write --cache . !dist !README.md",
|
||||
"format": "prettier --write --cache .",
|
||||
"lint": "eslint",
|
||||
"test": "vitest run"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user