diff --git a/client/package.json b/client/package.json index 729b22f0..0ea63120 100644 --- a/client/package.json +++ b/client/package.json @@ -25,7 +25,9 @@ "install:cypress": "cypress install", "test:unit": "jest", "cypress:parallel": "CYPRESS_API_URL=\"https://iterativ-cypress-director.herokuapp.com/\" cy2 run --parallel --record --key somekey --config-file cypress.frontend.json --ci-build-id some-id", - "cypress:parallel:run": "cy2 run --parallel --record --config-file cypress.frontend.json --ci-build-id " + "cypress:parallel:run": "cy2 run --parallel --record --config-file cypress.frontend.json --ci-build-id ", + "prettier": "prettier . --write", + "prettier:check": "prettier . --check" }, "dependencies": { "@apollo/client": "^3.5.8", diff --git a/client/src/components/portfolio/ProjectListItem.vue b/client/src/components/portfolio/ProjectListItem.vue index faa0d0e7..d4f74fcd 100644 --- a/client/src/components/portfolio/ProjectListItem.vue +++ b/client/src/components/portfolio/ProjectListItem.vue @@ -10,7 +10,7 @@ - +