mirror of
https://github.com/h-sphere/sql-seal.git
synced 2026-07-22 10:10:28 +00:00
chore: deleting obsolete build step
This commit is contained in:
parent
3e42a7954f
commit
3eeff87888
1 changed files with 0 additions and 3 deletions
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue