change prettier task for changesets

This commit is contained in:
Yanick Champoux 2024-02-27 12:08:28 -05:00
parent 5340575ec7
commit f8410ca2fa
2 changed files with 2 additions and 1 deletions

View File

@ -2,3 +2,4 @@ package.json
node_modules node_modules
dist dist
coverage coverage
contrib/add_change

View File

@ -7,7 +7,7 @@ vars:
sh: cat package.json | jq -r .version sh: cat package.json | jq -r .version
PARENT_BRANCH: main PARENT_BRANCH: main
FILE_DELTA: FILE_DELTA:
sh: git diff-ls {{.PARENT_BRANCH}} sh: git diff-ls --diff-filter=d {{.PARENT_BRANCH}}
FIX: false FIX: false
tasks: tasks: