Skip to content

Commit

Permalink
Add test script placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-r committed Mar 26, 2023
1 parent 59a835a commit 650c4e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"author": "Phil Rukin <[email protected]>",
"license": "MIT",
"scripts": {
"generate-md": "node src/generate-md.js"
"generate-md": "node src/generate-md.js",
"test": "echo 'no test needed' && exit 0"
}
}

0 comments on commit 650c4e9

Please sign in to comment.