Update .replit

This commit is contained in:
Mahdi Dibaiee 2020-02-16 08:32:45 +00:00 committed by GitHub
parent 4b79dbd535
commit 1410a7dce7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"