Skip to content

Commit e46d590

Browse files
committed
package: add convenience doc npm script
PR-URL: #117 Reviewed-By: Michael Dawson <[email protected]>
1 parent d2eeea5 commit e46d590

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
@@ -29,7 +29,8 @@
2929
},
3030
"scripts": {
3131
"pretest": "node-gyp rebuild -C test",
32-
"test": "node test"
32+
"test": "node test",
33+
"doc": "doxygen doc/Doxyfile"
3334
},
3435
"version": "0.6.2"
3536
}

0 commit comments

Comments
 (0)