fix prettier

This commit is contained in:
Iain Sproat
2026-03-31 18:10:14 +01:00
parent 53e65637e2
commit c2f50cd71b
3 changed files with 6 additions and 3 deletions
-1
View File
@@ -5,7 +5,6 @@ on:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true # other running workflows get cancelled on the same branch
+4 -1
View File
@@ -32,4 +32,7 @@ venv
storybook-static
.tshy
.tshy-build
.tshy-build
# Helm
deployment/helm
+2 -1
View File
@@ -20,7 +20,8 @@
"lint": "yarn lint:js && yarn lint:tsc && yarn lint:prettier && yarn lint:css",
"lint:ci": "yarn lint:tsc && yarn lint:css",
"gqlgen": "graphql-codegen",
"gqlgen:watch": "graphql-codegen --watch"
"gqlgen:watch": "graphql-codegen --watch",
"prettier:fix": "prettier --config .prettierrc --ignore-path .prettierignore --write ."
},
"dependencies": {
"@apollo/client": "^3.7.14",