Skip to content

Commit

Permalink
Merge pull request 0xfe#1581 from ronyeh/npm-scripts
Browse files Browse the repository at this point in the history
Add more NPM scripts to expose some grunt tasks.
  • Loading branch information
ronyeh authored Jul 3, 2023
2 parents 2a2fe44 + 414d039 commit 7ad933b
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 7ad933b

Please sign in to comment.