Skip to content

Commit 19b0109

Browse files
committed
move highlight-line below prettify
Also fix cache-bust npm script
1 parent 7be3cd9 commit 19b0109

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"url": "git+https://github.com/bit-docs/website.git"
2020
},
2121
"scripts": {
22-
"cache-bust": "rm -rf ./node_modules/bit-docs/lib/configure/node_modules/bit-docs-generate-html/site/templates ./node_modules/bit-docs/lib/configure/node_modules/bit-docs-generate-html/site/static ./node_modules/bit-docs/lib/configure/node_modules ./gh-pages",
22+
"cache-bust": "rm -rf ./node_modules/bit-docs/lib/configure/node_modules/bit-docs-generate-html/site/templates ./node_modules/bit-docs/lib/configure/node_modules/bit-docs-generate-html/site/static ./gh-pages",
2323
"bit-docs": "bit-docs",
2424
"gen": "bit-docs -d",
2525
"genc": "bit-docs -dc",
@@ -39,10 +39,10 @@
3939
"bit-docs-dev": "bit-docs/bit-docs-dev",
4040
"bit-docs-generate-html": "bit-docs/bit-docs-generate-html",
4141
"bit-docs-glob-finder": "bit-docs/bit-docs-glob-finder",
42-
"bit-docs-html-highlight-line": "bit-docs/bit-docs-html-highlight-line",
4342
"bit-docs-html-toc": "bit-docs/bit-docs-html-toc",
4443
"bit-docs-js": "bit-docs/bit-docs-js#remove-depend",
4544
"bit-docs-prettify": "bit-docs/bit-docs-prettify",
45+
"bit-docs-html-highlight-line": "bit-docs/bit-docs-html-highlight-line",
4646
"bit-docs-process-mustache": "bit-docs/bit-docs-process-mustache",
4747
"bit-docs-tag-demo": "bit-docs/bit-docs-tag-demo",
4848
"bit-docs-tag-sourceref": "bit-docs/bit-docs-tag-sourceref"

0 commit comments

Comments
 (0)