Skip to content

Commit

Permalink
Add clean script for docs (microsoft#3508)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbutler committed Sep 8, 2020
1 parent 87cd088 commit 0bd8df9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
12.18.3
1 change: 1 addition & 0 deletions docs/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
12.18.3
2 changes: 2 additions & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"build:api-documenter:default": "[ -e ../_api-extractor-temp/doc-models ] && api-documenter generate --config api-documenter.json --input-folder ../_api-extractor-temp/doc-models/ --output-folder content/apis/ ; exit 0",
"build:api-documenter:win32": "if exist ../_api-extractor-temp/doc-models api-documenter generate --config api-documenter.json --input-folder ../_api-extractor-temp/doc-models/ --output-folder content/apis/",
"build:md-magic": "md-magic --path \"**/*.md\" --ignore \"node_modules\"",
"clean": "rimraf public/** content/apis/**",
"hugo": "run-script-os",
"hugo:default": "\"./bin/hugo\"",
"hugo:win32": "call \"bin/hugo.exe\"",
Expand All @@ -28,6 +29,7 @@
"@mattetti/custom-api-documenter": "^0.3.2",
"@tylerbu/hugo-installer": "^1.1.0",
"markdown-magic": "^1.0.0",
"rimraf": "^2.6.2",
"run-script-os": "^1.0.7"
}
}

0 comments on commit 0bd8df9

Please sign in to comment.