Skip to content

Commit

Permalink
commit update
Browse files Browse the repository at this point in the history
  • Loading branch information
HelpfulScripts committed May 30, 2021
1 parent 22a6e2b commit 51c08da
Show file tree
Hide file tree
Showing 4 changed files with 39,251 additions and 49,305 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.cjs
Expand Up @@ -72,7 +72,7 @@ function make(grunt) {
//------ Add Test Tasks
grunt.registerTask('ospec', () => { require('child_process').spawnSync('./node_modules/.bin/ospec', {stdio: 'inherit'}); });
grunt.registerTask('jest', () => launchJest().status===0)
grunt.registerTask('commit', () => commit().status===0)
grunt.registerTask('commit', () => [0,commit().status][0])
grunt.registerTask('test', ['clean:cov', 'jest', 'copy:coverage', 'cleanupCoverage']);

//------ Add Coverage Reporting
Expand Down

0 comments on commit 51c08da

Please sign in to comment.