mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-21 12:36:28 +02:00
switch to yarn
This commit is contained in:
parent
58fb3ed172
commit
607123f73d
8 changed files with 1720 additions and 1490 deletions
2
.github/workflows/package-pr.yaml
vendored
2
.github/workflows/package-pr.yaml
vendored
|
@ -104,7 +104,7 @@ jobs:
|
|||
echo $PACKAGES_JSON
|
||||
|
||||
echo Getting CLI ready
|
||||
docker run -v "$PWD/cli:/app" --entrypoint /bin/bash node:15 -c 'cd /app; yarn'
|
||||
docker run -v "$PWD/cli:/app" --entrypoint /bin/bash node:15 -c 'cd /app; npm i'
|
||||
|
||||
for package in $(jq -r '.[] | "\(.language)-\(.language_version)"' <<< "$PACKAGES_JSON")
|
||||
do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue