/[sudobot]/trunk/.gitpod.yml
ViewVC logotype

Diff of /trunk/.gitpod.yml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 285 by rakin, Mon Jul 29 17:29:22 2024 UTC revision 415 by rakin, Mon Jul 29 17:30:07 2024 UTC
# Line 3  Line 3 
3  # and commit this file to your remote git repository to share the goodness with others.  # and commit this file to your remote git repository to share the goodness with others.
4    
5  tasks:  tasks:
6    - init: npm install && npm run build    - init: test -f .gitpodsetup.sh && source /workspace/sudobot/.gitpodsetup.sh; npm install && npm run build
7      command: npm run start      command: npm run start
   
   

Legend:
Removed from v.285  
changed lines
  Added in v.415

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26