mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
build fix
This commit is contained in:
parent
754ad9032c
commit
497805644a
@ -1,4 +1,4 @@
|
||||
name: Electron CD
|
||||
name: Electron app
|
||||
|
||||
on: [push]
|
||||
|
||||
@ -9,7 +9,8 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
os: [macOS-10.14, windows-2016, ubuntu-18.04]
|
||||
os: [ubuntu-18.04]
|
||||
# os: [macOS-10.14, windows-2016, ubuntu-18.04]
|
||||
|
||||
steps:
|
||||
- name: Context
|
@ -12,7 +12,8 @@
|
||||
"lib"
|
||||
],
|
||||
"dependencies": {
|
||||
"@dbgate/sqltree": "^0.1.0"
|
||||
"@dbgate/sqltree": "^0.1.0",
|
||||
"@dbgate/filterparser": "^0.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@dbgate/types": "^0.1.0",
|
||||
|
Loading…
Reference in New Issue
Block a user