We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eaa57d commit 77cb2e5Copy full SHA for 77cb2e5
.gitpod.yml
@@ -0,0 +1,8 @@
1
+
2
+tasks:
3
+ - name: "init eliza env"
4
+ init: |
5
+ nvm install v23.3.0
6
+ git checkout $(git describe --tags --abbrev=0)
7
+ command: pnpm install && pnpm run build
8
0 commit comments