Skip to content

Commit 64ecd8b

Browse files
committed
update package json script commands for docs
1 parent 9819196 commit 64ecd8b

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
@@ -8,8 +8,8 @@
88
},
99
"scripts": {
1010
"start": "nodemon ./src/start_server.js",
11-
"serveDocs": "bash ./serveDocs.sh",
12-
"buildDocs": "bash ./buildDocs.sh",
11+
"serveDocs": "cd markdown; npm run start;",
12+
"buildDocs": "cd markdown; npm run build; mv build/* ../docs/; cp CNAME ../docs/",
1313
"version": "npm version patch",
1414
"testCli": "./tests/test_cli.bash",
1515
"testChatbot": "node ./src/server/test.mjs"

0 commit comments

Comments
 (0)