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

Commit d4b5b72

Browse files
committed
Run example
1 parent cfbe15c commit d4b5b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ gulp.task('example', ['make:example'], function () {
4040
return purs.pscBundle({
4141
src: 'output/**/*.js'
4242
, main: 'Example.Main'
43-
});
43+
}).pipe(run('node'));
4444
});

0 commit comments

Comments
 (0)