diff --git a/.build.yml b/.build.yml index 49c7b55..52a2617 100644 --- a/.build.yml +++ b/.build.yml @@ -15,15 +15,16 @@ tasks: cd ~/"${REPO}" git config --global credential.helper store git push --mirror "https://github.com/${GH_USER}/${REPO}" + - install-deps: | + cd ~/"${REPO}" + pnpm i --ignore-scripts - build-local-deps: | cd ~/"${REPO}" pnpm -F ./packages/core build pnpm -F ./packages/config build - - install-deps: | - cd ~/"${REPO}" - pnpm i --ignore-scripts - build: | cd ~/"${REPO}" + pnpm -F site i --ignore-scripts pnpm -F site build - deploy: | cd mcfly