mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 10:46:34 +00:00
Fix docs generation when building on windows
Change-Type: patch
This commit is contained in:
parent
08de0938a0
commit
0acb4f8cb1
@ -36,7 +36,7 @@
|
|||||||
"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",
|
||||||
"doc": "mkdir -p doc/ && coffee extras/capitanodoc/index.coffee > doc/cli.markdown",
|
"doc": "mkdirp doc/ && coffee extras/capitanodoc/index.coffee > doc/cli.markdown",
|
||||||
"watch": "gulp watch",
|
"watch": "gulp watch",
|
||||||
"lint": "gulp lint",
|
"lint": "gulp lint",
|
||||||
"prepublish": "require-npm4-to-publish",
|
"prepublish": "require-npm4-to-publish",
|
||||||
@ -100,6 +100,7 @@
|
|||||||
"klaw": "^1.3.1",
|
"klaw": "^1.3.1",
|
||||||
"lodash": "^4.17.4",
|
"lodash": "^4.17.4",
|
||||||
"mixpanel": "^0.4.0",
|
"mixpanel": "^0.4.0",
|
||||||
|
"mkdirp": "^0.5.1",
|
||||||
"moment": "^2.12.0",
|
"moment": "^2.12.0",
|
||||||
"mz": "^2.6.0",
|
"mz": "^2.6.0",
|
||||||
"node-cleanup": "^2.1.2",
|
"node-cleanup": "^2.1.2",
|
||||||
|
Loading…
Reference in New Issue
Block a user