Fix docs generation when building on windows

Change-Type: patch
This commit is contained in:
Tim Perry 2017-12-14 11:57:27 +01:00
parent 08de0938a0
commit 0acb4f8cb1

View File

@ -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",