diff options
author | mat <github@matdoes.dev> | 2022-03-30 17:36:44 +0000 |
---|---|---|
committer | mat <github@matdoes.dev> | 2022-03-30 17:36:44 +0000 |
commit | 5b86305771230e238c20c2311dd3ceef7bd858e6 (patch) | |
tree | 1a2b843c69a2b9926e489fe662d841cfa5e4b3b3 /.gitpod.yml | |
parent | 7ac9e12332bba402d5ff2898735f331e5b291381 (diff) | |
download | skyblock-api-5b86305771230e238c20c2311dd3ceef7bd858e6.tar.gz skyblock-api-5b86305771230e238c20c2311dd3ceef7bd858e6.tar.bz2 skyblock-api-5b86305771230e238c20c2311dd3ceef7bd858e6.zip |
add farming contest stuff
Diffstat (limited to '.gitpod.yml')
-rw-r--r-- | .gitpod.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitpod.yml b/.gitpod.yml index f9a34b3..256231f 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -4,7 +4,7 @@ tasks: - init: npm i && tsc && gp sync-done installation - command: npm run start + command: npx nodemon build - init: gp sync-await installation command: tsc -w |