1
0
Fork 0

Fix prettier script file glob to ignore compiled code

pull/1/head
Jonathan Clem 2019-04-20 10:59:24 -04:00
parent 80afb0ab88
commit 8d559d0a09
No known key found for this signature in database
GPG Key ID: 48C5B22E9FD6E80F
1 changed files with 1 additions and 2 deletions

View File

@ -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": {