1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-10 05:54:35 +00:00

fix: gitpod launching sasjs

This commit is contained in:
Allan Bowe
2022-03-11 21:23:52 +00:00
parent a455a3d98d
commit 7e7ab4275d

View File

@@ -1,7 +1,7 @@
tasks:
- init: |
nvm install --lts
npm i -g @sasjs/cli
- init: npm install -g npm
- command: npm i
- command: npm i -g @sasjs/cli
image:
file: .gitpod.dockerfile
@@ -24,4 +24,4 @@ github:
# add a "Review in Gitpod" button to pull requests (defaults to false)
addBadge: false
# add a label once the prebuild is ready to pull requests (defaults to false)
addLabel: prebuilt-in-gitpod
addLabel: prebuilt-in-gitpod