Skip to content

Commit

Permalink
missing npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan committed Dec 7, 2024
1 parent 6f2ed0a commit 763cd24
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "echo \"No build step required\"",
"start": "node index.js"
},
"author": "",
"author": "Earu",
"license": "ISC",
"description": "",
"dependencies": {
Expand Down

0 comments on commit 763cd24

Please sign in to comment.