mirror of
https://github.com/threeal/cmake-action.git
synced 2025-06-09 10:41:22 +00:00
style: ignore main
dir and README.md
from being formatted
This commit is contained in:
parent
7c322ab18a
commit
542e1a8216
@ -4,7 +4,7 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"bundle": "tsc && ncc build dist/main.mjs -o main",
|
"bundle": "tsc && ncc build dist/main.mjs -o main",
|
||||||
"check": "sort-package-json && prettier --write . !dist && eslint src",
|
"check": "sort-package-json && prettier --write . !main !README.md && eslint src",
|
||||||
"test": "jest"
|
"test": "jest"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
Loading…
Reference in New Issue
Block a user