mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-21 17:43:23 +01:00
Fix Prettier check with /dist
This commit is contained in:
parent
81fb6a9681
commit
c8f756bccf
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@
|
|||
"scripts": {
|
||||
"build": "tsc",
|
||||
"test": "vitest",
|
||||
"format": "prettier --write .",
|
||||
"check": "prettier --check ."
|
||||
"format": "prettier --write . --ignore-path ./dist/**",
|
||||
"check": "prettier --check . --ignore-path ./dist/**"
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.10.0"
|
||||
|
|
Loading…
Reference in a new issue