Skip to content

Commit

Permalink
Merge pull request #1927 from ably/submodule-check-build
Browse files Browse the repository at this point in the history
build: dont check submodules to build module
  • Loading branch information
AndyTWF authored Nov 27, 2024
2 parents 18a2559 + 8248411 commit dce28af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ module.exports = function (grunt) {
});
});

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

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

Expand Down

0 comments on commit dce28af

Please sign in to comment.