Add build command to package.json

This commit is contained in:
2019-06-25 11:36:53 +05:30
parent 9b40bc47b3
commit cc1990d0bf
+3
View File
@@ -1,5 +1,8 @@
{
"devDependencies": {
"markdown": "^0.5.0"
},
"scripts": {
"build": "md2html ./src/commands.md > ./build/index.html"
}
}