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