diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index b5b04096..45a459f3 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -26,7 +26,7 @@ jobs: run: echo "PLAYWRIGHT_VERSION=$(jq -r .dependencies.playwright package.json)" >> "$GITHUB_OUTPUT" - name: Install dependencies - run: pnpm install + run: pnpm install --no-frozen-lockfile - name: Build app run: pnpm build diff --git a/.gitignore b/.gitignore index a3bbd943..1a481181 100644 --- a/.gitignore +++ b/.gitignore @@ -32,4 +32,9 @@ coverage /playwright-report/ /playwright/.cache/ # Webkit with playwright creates a salt file -salt \ No newline at end of file +salt + +#DevWordingChanges +index.html +src/pages/404.page.vue +src/pages/Home.page.vue diff --git a/index.html b/index.html index e8b8a60e..cf54eab8 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@