Skip to content

Commit

Permalink
Merge pull request #976 from brainstormforce/grunt-fix
Browse files Browse the repository at this point in the history
Grunt default command added
  • Loading branch information
sushmak02 authored Nov 28, 2024
2 parents 09bfe31 + e1e3a89 commit 0ae148c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ module.exports = function( grunt ) {
grunt.registerTask( 'readme', ['wp_readme_to_markdown'] );
grunt.registerTask( 'release', ['clean:zip', 'copy', 'compress', 'clean:main'] );

grunt.registerTask('default', ['clean:zip', 'copy', 'compress', 'clean:main']);

// Bump Version - `grunt version-bump --ver=<version-number>`
grunt.registerTask('version-bump', function (ver) {

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"npm": ">=9.5.0 <10.4.0",
"node": ">=18.15.0 <19.0.0"
},

"dependencies": {
"@bsf/force-ui": "git+ssh://[email protected]/brainstormforce/force-ui.git#1.0.0",
"@fontsource/figtree": "^5.1.1",
Expand Down

0 comments on commit 0ae148c

Please sign in to comment.