diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 92c5ad5ec..eabc1c672 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,4 +29,4 @@ jobs: - name: Install pnpm run: curl -f https://get.pnpm.io/v6.14.js | node - add --global pnpm@6 - name: Run tests - run: cd packages/hoppscotch-app && pnpm i && pnpm test \ No newline at end of file + run: pnpm i && cd packages/hoppscotch-app && pnpm test diff --git a/.gitignore b/.gitignore index b9841a6e3..0d329c28a 100644 --- a/.gitignore +++ b/.gitignore @@ -107,5 +107,6 @@ tests/*/videos # Local Netlify folder .netlify + # Andrew's crazy Volar shim generator shims-volar.d.ts diff --git a/packages/hoppscotch-app/.gitignore b/packages/hoppscotch-app/.gitignore index b9841a6e3..0d329c28a 100644 --- a/packages/hoppscotch-app/.gitignore +++ b/packages/hoppscotch-app/.gitignore @@ -107,5 +107,6 @@ tests/*/videos # Local Netlify folder .netlify + # Andrew's crazy Volar shim generator shims-volar.d.ts