Skip to content

Commit 006e502

Browse files
DennisSmolekclaude
andcommitted
ci: pin packageManager for pnpm/action-setup; vendor fiber tarball for CI installs
reference/ is gitignored but package.json points at the locally-built fiber alpha.3 tarball — CI can't install without it. Vendored (1.3MB) as a stopgap; unwinds when a published v10 alpha lands on npm (tracked in docs/UPSTREAM.md). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 17b23cd commit 006e502

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
node_modules/
22
dist/
3-
reference/
3+
# reference/* (not reference/) so the tarball exception below can apply —
4+
# git cannot re-include files inside a directory-level ignore.
5+
reference/*
6+
# TEMP (docs/UPSTREAM.md #1): CI needs the locally-built fiber tarball until a
7+
# published v10 alpha exists on npm; drop the exception when swapping to it.
8+
!reference/react-three-fiber-10.0.0-alpha.3.tgz
49
.DS_Store
510
*.local
611
test-results/

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"private": true,
44
"version": "0.0.0",
55
"type": "module",
6+
"packageManager": "pnpm@10.33.0",
67
"scripts": {
78
"dev": "vite",
89
"build": "tsc --noEmit && vite build",
1.33 MB
Binary file not shown.

0 commit comments

Comments
 (0)