aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitpod.yml
blob: 7c7efce0d8becab5113fc68aa47ad1bdf55fa6b8 (plain)
1
2
3
4
5
6
7
tasks:
  - init: >
      nvm install 18 &&
      nvm use 18 &&
      yarn install &&
      yarn run build
    command: yarn run start