mirror of
https://github.com/threeal/cmake-action.git
synced 2025-07-27 08:14:23 +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
|
pnpm-lock.yaml
|
||||||
|
README.md
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "rollup -c",
|
"build": "rollup -c",
|
||||||
"format": "prettier --write --cache . !dist !README.md",
|
"format": "prettier --write --cache .",
|
||||||
"lint": "eslint",
|
"lint": "eslint",
|
||||||
"test": "vitest run"
|
"test": "vitest run"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user