From 2d3cbd26b8bdcf1e221ea50b19d90a1231e79aa4 Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Thu, 16 Sep 2021 22:44:34 +0530 Subject: [PATCH] fix: ci builds --- .github/workflows/tests.yml | 2 +- .gitignore | 1 + packages/hoppscotch-app/.gitignore | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 92c5ad5e..eabc1c67 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 b9841a6e..0d329c28 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 b9841a6e..0d329c28 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