Switch to pnpm
TBH I don't really care between pnpm and yarn, but the new runner image only has pnpm so here I go
This commit is contained in:
parent
6d49de0421
commit
50ff732413
7 changed files with 3030 additions and 2311 deletions
|
@ -4,7 +4,7 @@ set -o nounset
|
|||
set -o pipefail
|
||||
set -o xtrace
|
||||
|
||||
yarn "build:targets"
|
||||
pnpm "build:targets"
|
||||
|
||||
PROD='dist/prod'
|
||||
if [[ -d "$PROD" ]]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue