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" } }