diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4fd696c..62419b1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,9 +18,6 @@ jobs: node-version: "18.x" - name: Install packages run: npm install - - name: Recompile Better SQLite3 for Electron - run: | - npm run rebuild - name: Build plugin run: | npm run build