Browse Source

refactor: remove more turbo

pull/6114/head
danstarns 1 year ago
parent
commit
9b273875ef
  1. 2
      .github/actions/setup-project/action.yml
  2. 3
      .gitignore

2
.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:

3
.gitignore

@ -21,5 +21,4 @@ bower_components/
grapesjs-*.tgz
_index.html
docs/.vuepress/dist
dist/
.turbo/
dist/
Loading…
Cancel
Save