diff options
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 |