mirror of
https://github.com/threeal/cmake-action.git
synced 2025-06-09 02:31:21 +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",
|
||||
"scripts": {
|
||||
"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"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user