init
This commit is contained in:
parent
cf1913874d
commit
503cfa7c43
@ -50,6 +50,9 @@ spec:
|
||||
# Install Nx if missing
|
||||
command -v nx >/dev/null || npm install -g nx@latest
|
||||
|
||||
# Install pnpm if missing
|
||||
command -v pnpm >/dev/null || npm install -g pnpm
|
||||
|
||||
pnpm install
|
||||
|
||||
- name: import-projects
|
||||
|
Loading…
x
Reference in New Issue
Block a user