Skip to content

Commit

Permalink
Update package.json to add start and generate scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jparkerweb committed Dec 16, 2024
1 parent 381a957 commit 31136e2
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 @@ -13,7 +13,8 @@
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "node run-test.js",
"generate": "node generate.js"
},
"keywords": [
"nlp",
Expand Down

0 comments on commit 31136e2

Please sign in to comment.