Update .replit
This commit is contained in:
parent
0805062923
commit
c94182244b
2
.replit
2
.replit
@ -1,2 +1,2 @@
|
||||
language = "nodejs"
|
||||
run = "npm i babel-polyfill; npm i ansi; echo Which game do you want; echo spacecraft; echo snake; echo tanks; read game; echo what language; echo es or en; read lang; node index.js $game"
|
||||
run = "npm i; npm i babel-polyfill; npm i ansi; echo Which game do you want; echo spacecraft; echo snake; echo tanks; read game; echo what language; echo es or en; read lang; node index.js $game"
|
||||
|
Loading…
Reference in New Issue
Block a user