mirror of
https://github.com/bendtherules/git-commands-i-forget.git
synced 2026-08-18 22:02:19 +00:00
Add build command to package.json
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"devDependencies": {
|
||||
"markdown": "^0.5.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "md2html ./src/commands.md > ./build/index.html"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user