From cc1990d0bf06c189b4b6060891b19a1d0c055278 Mon Sep 17 00:00:00 2001 From: bendtherules Date: Tue, 25 Jun 2019 11:36:53 +0530 Subject: [PATCH] Add build command to package.json --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 551823d..8cfa611 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,8 @@ { "devDependencies": { "markdown": "^0.5.0" + }, + "scripts": { + "build": "md2html ./src/commands.md > ./build/index.html" } }