There was an error while loading. Please reload this page.
1 parent 9819196 commit 64ecd8bCopy full SHA for 64ecd8b
package.json
@@ -8,8 +8,8 @@
8
},
9
"scripts": {
10
"start": "nodemon ./src/start_server.js",
11
- "serveDocs": "bash ./serveDocs.sh",
12
- "buildDocs": "bash ./buildDocs.sh",
+ "serveDocs": "cd markdown; npm run start;",
+ "buildDocs": "cd markdown; npm run build; mv build/* ../docs/; cp CNAME ../docs/",
13
"version": "npm version patch",
14
"testCli": "./tests/test_cli.bash",
15
"testChatbot": "node ./src/server/test.mjs"
0 commit comments