Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Miner49ur authored Aug 30, 2024
1 parent fc69266 commit f28cbec
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 @@ -4,7 +4,8 @@
"description": "Devtools Code Execution",
"main": "index.mjs",
"scripts": {
"start": "node index.mjs"
"start": "node index.mjs",
"build": "npm install && node index.mjs"
},
"author": "FWSmasher",
"dependencies": {
Expand Down

0 comments on commit f28cbec

Please sign in to comment.