feat: drone.ci

This commit is contained in:
mozzie 2023-03-20 17:56:27 +08:00
parent 5b2c557752
commit 30d3f1fc1b

View File

@ -47,7 +47,8 @@
"node": ">=12.0.0" "node": ">=12.0.0"
}, },
"scripts": { "scripts": {
"start": "NODE_ENV=production node ./bootstrap.js", "dev:be": "cross-env NODE_ENV=local midway-bin dev --ts",
"start": "cross-env NODE_ENV=production node ./bootstrap.js",
"cov": "midway-bin cov --ts", "cov": "midway-bin cov --ts",
"lint": "mwts check", "lint": "mwts check",
"lint:fix": "mwts fix", "lint:fix": "mwts fix",