Skip to content
This repository was archived by the owner on Mar 14, 2026. It is now read-only.

Commit 90ddbea

Browse files
committed
feat(jakefile): add default task to trigger build process
1 parent 82e9961 commit 90ddbea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jakefile.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ var exec = function (cmd) {
77

88
/* global jake, task, desc */
99

10+
task('default', ['build']);
11+
1012
task('build', ['lint', 'clean', 'browserify', 'minify'], function () {
1113
console.log('Build completed.');
1214
});

0 commit comments

Comments
 (0)