Remove intermediary doc input file

This commit is contained in:
Martin Fournier 2022-01-26 05:09:00 -05:00
parent 022dd5d7d7
commit 914c0f44c4
3 changed files with 2 additions and 34503 deletions

1
.gitignore vendored

@ -9,6 +9,7 @@ Netburner.txt
/test/*.map
/test/*.bundle.*
/test/*.css
/input/bitburner.api.json
.cypress
# tmp folder for electron

File diff suppressed because it is too large Load Diff

@ -103,7 +103,7 @@
"cy:dev": "start-server-and-test start:dev http://localhost:8000 cy:open",
"cy:open": "cypress open",
"cy:run": "cypress run",
"doc": "npx api-extractor run && npx api-documenter markdown",
"doc": "npx api-extractor run && npx api-documenter markdown && rm input/bitburner.api.json && rm -r input",
"format": "prettier --write .",
"start": "http-server -p 8000",
"start:dev": "webpack-dev-server --progress --env.devServer --mode development",