Skip to content

Commit d29b308

Browse files
committed
test
1 parent c77aebc commit d29b308

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build-resources-with-pandoc.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ CSS_PATH="${ROOT_DIR}/documents/common/pandoc_styles/css/style.css"
33
STYLE_DOCX_PATH="${ROOT_DIR}/documents/common/pandoc_styles/スタイル.docx"
44
RESOURCES_DIR="${ROOT_DIR}/public/resources"
55

6+
sudo apt update
7+
sudo apt install -y nodejs npm
8+
npm config set puppeteer_skip_chromium_download true -g
9+
sudo npm install -g mermaid-filter
10+
611
# Java
712
cd ${ROOT_DIR}/documents/forJava
813

0 commit comments

Comments
 (0)