1
0
Fork 0

Fix formatter to check all TypeScript

pull/4/head
Jonathan Clem 2019-05-21 10:09:24 -04:00
parent 97c1e7df5a
commit 0f12556586
No known key found for this signature in database
GPG Key ID: 48C5B22E9FD6E80F
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"scripts": { "scripts": {
"bootstrap": "lerna bootstrap", "bootstrap": "lerna bootstrap",
"build": "lerna run tsc", "build": "lerna run tsc",
"format": "prettier --check packages/*/src/**/*.ts", "format": "prettier --check packages/**/*.ts",
"new-package": "scripts/create-package", "new-package": "scripts/create-package",
"test": "jest" "test": "jest"
}, },