Skip to content

Commit

Permalink
fix(cli): ignore preinstall scripts on FreeBSD while installing yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Aug 12, 2022
1 parent c6aeb06 commit 1d1ef3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/src/new/ci-template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,9 @@ jobs:
usesh: true
mem: 3000
prepare: |
pkg install -y curl node14 python2
pkg install -y curl node16 python2
curl -qL https://www.npmjs.com/install.sh | sh
npm install --location=global yarn
npm install --location=global --ignore-scripts yarn
curl https://sh.rustup.rs -sSf --output rustup.sh
sh rustup.sh -y --profile minimal --default-toolchain stable
export PATH="/usr/local/cargo/bin:$PATH"
Expand Down

0 comments on commit 1d1ef3d

Please sign in to comment.