mirror of https://github.com/actions/toolkit
Fix formatter to check all TypeScript
parent
97c1e7df5a
commit
0f12556586
|
@ -4,7 +4,7 @@
|
|||
"scripts": {
|
||||
"bootstrap": "lerna bootstrap",
|
||||
"build": "lerna run tsc",
|
||||
"format": "prettier --check packages/*/src/**/*.ts",
|
||||
"format": "prettier --check packages/**/*.ts",
|
||||
"new-package": "scripts/create-package",
|
||||
"test": "jest"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue