Skip to content

Commit dce28af

Browse files
authored
Merge pull request #1927 from ably/submodule-check-build
build: dont check submodules to build module
2 parents 18a2559 + 8248411 commit dce28af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ module.exports = function (grunt) {
7373
});
7474
});
7575

76-
grunt.registerTask('build', ['checkGitSubmodules', 'webpack:all', 'build:browser', 'build:node', 'build:push']);
76+
grunt.registerTask('build', ['webpack:all', 'build:browser', 'build:node', 'build:push']);
7777

7878
grunt.registerTask('all', ['build', 'requirejs']);
7979

0 commit comments

Comments
 (0)