Skip to content

Commit

Permalink
Update gitpod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mosesfinlay committed Aug 13, 2021
1 parent 6fb43c6 commit 4fa04ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ github:

# List the start up tasks. You can start them in parallel in multiple terminals. See https://www.gitpod.io/docs/config-start-tasks/
tasks:
- before: nvm use default
init: npm install near-cli -g --no-optional
command: gp open README-Gitpod.md && near dev-deploy --wasmFile ./res/status_message.wasm && source ./neardev/dev-account.env
- before: echo "nvm use default" >> ~/.bashrc && npm install -g near-cli && nvm use default
init: yarn && yarn dev
command: source ~/.bashrc; gp open README-Gitpod.md && yarn dev

vscode:
extensions:
Expand Down

0 comments on commit 4fa04ff

Please sign in to comment.