Skip to content

Commit

Permalink
Fix 'npm run build' not succeeding on first run
Browse files Browse the repository at this point in the history
  • Loading branch information
limzykenneth committed Mar 9, 2024
1 parent 64113c6 commit f14a45e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ module.exports = grunt => {

// Create the multitasks.
grunt.registerTask('build', [
'yui',
'browserify',
'browserify:min',
'uglify',
Expand Down

0 comments on commit f14a45e

Please sign in to comment.