Fix Prettier check with /dist

This commit is contained in:
Jacob M-G Evans 2023-08-07 14:23:56 -05:00
parent 81fb6a9681
commit c8f756bccf
No known key found for this signature in database
GPG key ID: 2A0C497CAB123094

View file

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