mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-22 10:03:24 +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": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"test": "vitest",
|
"test": "vitest",
|
||||||
"format": "prettier --write .",
|
"format": "prettier --write . --ignore-path ./dist/**",
|
||||||
"check": "prettier --check ."
|
"check": "prettier --check . --ignore-path ./dist/**"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.10.0"
|
"@actions/core": "^1.10.0"
|
||||||
|
|
Loading…
Reference in a new issue