Merge pull request #2819 from MartinFournier/chore/rm-intermediary-doc

Remove intermediary doc input file
This commit is contained in:
hydroflame
2022-01-26 12:58:10 -05:00
committed by GitHub
3 changed files with 2 additions and 34503 deletions

View File

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