From 9b273875efdae6bc6eb9249a485a3610220eda05 Mon Sep 17 00:00:00 2001 From: danstarns Date: Tue, 3 Sep 2024 10:33:36 -0700 Subject: [PATCH] refactor: remove more turbo --- .github/actions/setup-project/action.yml | 2 +- .gitignore | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/actions/setup-project/action.yml b/.github/actions/setup-project/action.yml index bff42a6e2..7ae3e89d7 100644 --- a/.github/actions/setup-project/action.yml +++ b/.github/actions/setup-project/action.yml @@ -1,5 +1,5 @@ name: Setup Project -description: 'Sets up the project by installing dependencies, building the project, and installing Turbo.' +description: 'Sets up the project by installing dependencies and building the project.' inputs: pnpm-version: diff --git a/.gitignore b/.gitignore index 24bd71679..ca41b2f79 100644 --- a/.gitignore +++ b/.gitignore @@ -21,5 +21,4 @@ bower_components/ grapesjs-*.tgz _index.html docs/.vuepress/dist -dist/ -.turbo/ \ No newline at end of file +dist/ \ No newline at end of file