mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-26 20:16:00 +00:00
workflows
This commit is contained in:
@@ -5,7 +5,7 @@ const rimraf = require('rimraf');
|
|||||||
const _ = require('lodash');
|
const _ = require('lodash');
|
||||||
|
|
||||||
const indir = path.resolve(path.join(__dirname, '..', 'workflow-templates'));
|
const indir = path.resolve(path.join(__dirname, '..', 'workflow-templates'));
|
||||||
const outdir = path.resolve(path.join(__dirname, '..', 'workflow-templates'));
|
const outdir = path.resolve(path.join(__dirname, '..', '.github', 'workflows'));
|
||||||
|
|
||||||
const includes = {};
|
const includes = {};
|
||||||
|
|
||||||
|
|||||||
@@ -62,7 +62,8 @@
|
|||||||
"ts:web": "yarn workspace dbgate-web ts",
|
"ts:web": "yarn workspace dbgate-web ts",
|
||||||
"ts": "yarn ts:api && yarn ts:web",
|
"ts": "yarn ts:api && yarn ts:web",
|
||||||
"postinstall": "yarn resetPackagedPlugins && yarn build:lib && patch-package && yarn build:plugins:frontend",
|
"postinstall": "yarn resetPackagedPlugins && yarn build:lib && patch-package && yarn build:plugins:frontend",
|
||||||
"dbgate-serve": "node packages/dbgate/bin/dbgate-serve.js"
|
"dbgate-serve": "node packages/dbgate/bin/dbgate-serve.js",
|
||||||
|
"workflows": "node common/processWorkflows.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"concurrently": "^5.1.0",
|
"concurrently": "^5.1.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user