Skip to content

Commit

Permalink
doc: Update document generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 23, 2021
1 parent ac09d54 commit d681181
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 116 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ jobs:
- run: npm install
- run: npm run build
- run: npm run coverage
- run: node scripts/doc.mjs

- run: npm i coverage-badges-cli -g
- run: coverage-badges

- run: npm i markdown-to-html-cli -g
- run: markdown-to-html --output coverage/index.html

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion dist/store.cjs.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**!
* storejs v1.1.0
* storejs v2.0.0
* Local storage localstorage package provides a simple API
*
* Copyright (c) 2021 kenny wang <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion dist/store.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**!
* storejs v1.1.0
* storejs v2.0.0
* Local storage localstorage package provides a simple API
*
* Copyright (c) 2021 kenny wang <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion dist/store.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**!
* storejs v1.1.0
* storejs v2.0.0
* Local storage localstorage package provides a simple API
*
* Copyright (c) 2021 kenny wang <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion dist/store.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 0 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"build": "node scripts/build.js",
"watch": "node scripts/watch.js",
"types": "tsc -p ./types",
"doc": "node scripts/doc.mjs",
"test": "tsbb test",
"coverage": "tsbb test --coverage && npm run types"
},
Expand All @@ -44,19 +43,6 @@
"@rollup/plugin-commonjs": "20.0.0",
"@rollup/plugin-node-resolve": "13.0.4",
"@type-challenges/utils": "0.1.1",
"@types/fs-extra": "9.0.12",
"@mapbox/rehype-prism": "0.7.0",
"unified": "10.1.0",
"fs-extra": "10.0.0",
"rehype-attr": "2.0.3",
"rehype-document": "6.0.0",
"rehype-stringify": "9.0.2",
"rehype-format": "4.0.0",
"rehype-wrap": "1.0.10",
"rehype-rewrite": "2.1.2",
"remark-rehype": "9.0.0",
"remark-parse": "10.0.0",
"remark-gfm": "2.0.0",
"bannerjs": "2.0.1",
"colors-cli": "1.0.28",
"rollup": "2.56.3",
Expand Down
97 changes: 0 additions & 97 deletions scripts/doc.mjs

This file was deleted.

0 comments on commit d681181

Please sign in to comment.