Skip to content

Commit e130276

Browse files
committed
test
1 parent 3c012b8 commit e130276

5 files changed

Lines changed: 15191 additions & 4 deletions

File tree

.github/workflows/dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ jobs:
119119
run: npm run build
120120
# Demo apps don't commit lockfiles (platform-specific native deps like
121121
# Next.js SWC, sharp, tailwindcss differ between Windows/macOS/Linux)
122-
- name: npm install (demo)
123-
run: npm install
122+
- name: npm ci (demo)
123+
run: npm ci
124124
working-directory: ${{ matrix.demo }}
125125
- name: npm run build (demo)
126126
run: npm run build

demo/vercel/react/use-chat/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
node_modules/
33
# Platform-specific native deps (Next.js SWC, sharp, tailwindcss) make
44
# lockfiles non-portable across Windows/macOS/Linux. CI uses npm install.
5-
package-lock.json
5+
# package-lock.json
66
.env.local
77
next-env.d.ts
88
tsconfig.tsbuildinfo

0 commit comments

Comments
 (0)