mirror of https://github.com/actions/toolkit
Fix prettier script file glob to ignore compiled code
parent
80afb0ab88
commit
8d559d0a09
|
@ -2,8 +2,7 @@
|
|||
"name": "root",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"format": "prettier --check packages/**/*.ts",
|
||||
"lint": "eslint packages/**/*.ts",
|
||||
"format": "prettier --check packages/*/src/**/*.ts",
|
||||
"test": "jest"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Reference in New Issue