mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-01-03 15:22:55 +08:00
Fix prettier script file glob to ignore compiled code
This commit is contained in:
parent
80afb0ab88
commit
8d559d0a09
@ -2,8 +2,7 @@
|
|||||||
"name": "root",
|
"name": "root",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"format": "prettier --check packages/**/*.ts",
|
"format": "prettier --check packages/*/src/**/*.ts",
|
||||||
"lint": "eslint packages/**/*.ts",
|
|
||||||
"test": "jest"
|
"test": "jest"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user