Skip to content

Commit

Permalink
remove package-docs (#2336)
Browse files Browse the repository at this point in the history
Co-authored-by: Trajan0x <[email protected]>
  • Loading branch information
trajan0x and trajan0x authored Mar 21, 2024
1 parent e8f1a8d commit 579da27
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 187 deletions.
1 change: 0 additions & 1 deletion package-docs/.nojekyll

This file was deleted.

70 changes: 0 additions & 70 deletions package-docs/README.md

This file was deleted.

105 changes: 0 additions & 105 deletions package-docs/classes/SynapseSDK.md

This file was deleted.

9 changes: 0 additions & 9 deletions package-docs/modules.md

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
"clean": "yarn lerna run clean --parallel",
"test:coverage": "yarn cover-all && yarn collect && nyc report --reporter lcov --report-dir=lcov",
"cover-all": "yarn lerna exec npm run test:coverage --parallel",
"collect": "rm -rf .nyc_output && mkdir -p .nyc_output && aggregate-coverage collectFiles --pattern='packages/**/!(node_modules)/**/coverage-final.json' --target='.nyc_output'",
"generate:docs": "typedoc --plugin typedoc-plugin-markdown --out package-docs"
"collect": "rm -rf .nyc_output && mkdir -p .nyc_output && aggregate-coverage collectFiles --pattern='packages/**/!(node_modules)/**/coverage-final.json' --target='.nyc_output'"
},
"devDependencies": {
"@babel/eslint-parser": "^7.18.2",
Expand Down

0 comments on commit 579da27

Please sign in to comment.