mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-10 06:29:01 +08:00
Fix formatter to check all TypeScript
This commit is contained in:
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…
x
Reference in New Issue
Block a user