mirror of
https://github.com/threeal/cmake-action.git
synced 2025-04-21 19:11:21 +00:00
style: use Prettier with cache enabled (#192)
This commit is contained in:
parent
40abb6d4b8
commit
1acb632241
@ -3,7 +3,7 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc && ncc build src/index.mjs -o dist",
|
"build": "tsc && ncc build src/index.mjs -o dist",
|
||||||
"format": "prettier --write . !dist !README.md",
|
"format": "prettier --write --cache . !dist !README.md",
|
||||||
"lint": "eslint --ignore-path .gitignore .",
|
"lint": "eslint --ignore-path .gitignore .",
|
||||||
"test": "tsc && jest"
|
"test": "tsc && jest"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user