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 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: inputs:
pnpm-version: pnpm-version:

3
.gitignore

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