We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fe5550 commit 3bde4b1Copy full SHA for 3bde4b1
1 file changed
Makefile
@@ -83,7 +83,9 @@ npm-install:
83
fetch-assets:
84
src/scripts/fetch-assets.sh
85
fetch-history:
86
- git fetch origin main --depth=50
+ git fetch origin main:refs/remotes/origin/main \
87
+ $VERCEL_GIT_COMMIT_REF:refs/remotes/origin/$VERCEL_GIT_COMMIT_REF \
88
+ --depth=100
89
ci-base: build keycaps-simple2 keycaps2 parts parts-simple
90
ci: fetch-history fetch-assets ci-setup build parts vite-build docs-ci
91
quickstart: npm-install ci-setup ci-base
0 commit comments