7 lines
84 B
Bash
7 lines
84 B
Bash
#!/bin/bash
|
|
|
|
if [[ -z "${CI+true}" ]]; then
|
|
nvm use
|
|
fi
|
|
|
|
corepack enable && yarn
|