fix: update tldraw pretty-quick script

pull/6560/head
Peng Xiao 2022-08-31 11:11:13 +08:00
parent 62f1f627b7
commit 318c188eff
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
"postinstall": "yarn build",
"dev": "cd demo && yarn dev",
"fix:style": "yarn run pretty-quick",
"pretty-quick": "pretty-quick"
"pretty-quick": "pretty-quick --pattern 'tldraw/**/*.{js,jsx,ts,tsx,css,html}'"
},
"devDependencies": {
"@swc-node/jest": "^1.5.2",