Skip to content

Commit

Permalink
Add more NPM scripts to expose some grunt tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronyeh committed Jul 3, 2023
1 parent 2a2fe44 commit 414d039
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,10 @@
"test": "grunt test",
"reference": "grunt reference",
"test:reference": "grunt test:reference",
"test:reference:cache": "grunt test:reference:cache"
"test:reference:cache": "grunt test:reference:cache",
"generate:current": "grunt generate:current",
"generate:reference": "grunt generate:reference",
"diff:reference": "grunt diff:reference"
},
"homepage": "https://vexflow.com/",
"keywords": [
Expand Down

0 comments on commit 414d039

Please sign in to comment.