Skip to content

Commit

Permalink
Update .replit to install packages and run
Browse files Browse the repository at this point in the history
  • Loading branch information
Degen-dev authored Feb 11, 2022
1 parent 1aff04f commit f330430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .replit
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
language = "nodejs"
run = "node start.js"
run = "npm install && npm start"

0 comments on commit f330430

Please sign in to comment.