Skip to content
This repository was archived by the owner on Aug 4, 2023. It is now read-only.

Commit 36a6067

Browse files
committed
Add docs task
1 parent d4b5b72 commit 36a6067

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

gulpfile.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ gulp.task('psci', function() {
2222
}).pipe(gulp.dest('.'));
2323
});
2424

25+
gulp.task('docs', function () {
26+
return purs.pscDocs({
27+
src: src
28+
, docgen: { 'Node.FS.Aff': 'README.md' }
29+
});
30+
});
31+
2532
gulp.task('make', [ 'psci' ], function() {
2633
return purs.psc({
2734
src: src

0 commit comments

Comments
 (0)