Skip to content

Commit 34777f5

Browse files
committed
fix highlight.sh script
1 parent d7e8d37 commit 34777f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/highlight.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# go to highlight.js package folder and install dependencies
77
cd node_modules/highlight.js
8-
pnpm import
8+
pnpm import || true
99
pnpm install
1010

1111
# generate highlight.js file

0 commit comments

Comments
 (0)