8000 add generate script to package.json · kkCode/github-markdown-css@17562b9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 17562b9

Browse files
committed
add generate script to package.json
1 parent e2c1d9c commit 17562b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"node": ">=0.10.0"
2222
},
2323
"scripts": {
24-
"test": "mocha"
24+
"test": "mocha",
25+
"generate": "node cli.js !> github-markdown.css"
2526
},
2627
"files": [
2728
"index.js",

0 commit comments

Comments
 (0)
0