mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-24 07:46:39 +00:00
Move capitanodoc into the automation folder
This commit is contained in:
parent
29145dfc2d
commit
6c988241eb
@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
"compilerOptions": {
|
|
||||||
"module": "commonjs",
|
|
||||||
"target": "es5",
|
|
||||||
"outDir": "build",
|
|
||||||
"strict": true,
|
|
||||||
"noUnusedLocals": true,
|
|
||||||
"noUnusedParameters": true,
|
|
||||||
"preserveConstEnums": true,
|
|
||||||
"removeComments": true,
|
|
||||||
"sourceMap": true
|
|
||||||
},
|
|
||||||
"include": [
|
|
||||||
"../typings/*.d.ts",
|
|
||||||
"./**/*.ts"
|
|
||||||
]
|
|
||||||
}
|
|
@ -32,14 +32,14 @@
|
|||||||
"prebuild": "rimraf build/ build-bin/ build-zip/",
|
"prebuild": "rimraf build/ build-bin/ build-zip/",
|
||||||
"build": "npm run build:src && npm run build:bin",
|
"build": "npm run build:src && npm run build:bin",
|
||||||
"build:src": "npm run lint && gulp build && tsc && npm run build:doc",
|
"build:src": "npm run lint && gulp build && tsc && npm run build:doc",
|
||||||
"build:doc": "mkdirp doc/ && ts-node extras/capitanodoc/index.ts > doc/cli.markdown",
|
"build:doc": "mkdirp doc/ && ts-node automation/capitanodoc/index.ts > doc/cli.markdown",
|
||||||
"build:bin": "ts-node --type-check -P automation automation/build-bin.ts",
|
"build:bin": "ts-node --type-check -P automation automation/build-bin.ts",
|
||||||
"release": "npm run build && ts-node --type-check -P automation automation/deploy-bin.ts",
|
"release": "npm run build && ts-node --type-check -P automation automation/deploy-bin.ts",
|
||||||
"pretest": "npm run build",
|
"pretest": "npm run build",
|
||||||
"test": "gulp test",
|
"test": "gulp test",
|
||||||
"ci": "npm run test && catch-uncommitted",
|
"ci": "npm run test && catch-uncommitted",
|
||||||
"watch": "gulp watch",
|
"watch": "gulp watch",
|
||||||
"lint": "resin-lint lib/ tests/ && resin-lint --typescript automation/ extras/ lib/ typings/ tests/",
|
"lint": "resin-lint lib/ tests/ && resin-lint --typescript automation/ lib/ typings/ tests/",
|
||||||
"prepublish": "require-npm4-to-publish",
|
"prepublish": "require-npm4-to-publish",
|
||||||
"prepublishOnly": "npm run build"
|
"prepublishOnly": "npm run build"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user