Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/legal-peaches-lay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"brand-shell": minor
---

change the order of tarball installation and build
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ jobs:
tarball="$(npm pack --silent)"
echo "TARBALL=${tarball}" >> "$GITHUB_OUTPUT"

- name: Install starter dependencies
run: bun install --cwd starters/react-npm

- name: Install tarball into starter
run: bun add ./${{ steps.pack.outputs.TARBALL }} --cwd starters/react-npm --exact

- name: Install starter dependencies
run: bun install --cwd starters/react-npm --frozen-lockfile

- name: Build starter
run: bun run --cwd starters/react-npm build

Expand Down
1 change: 0 additions & 1 deletion starters/react-npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"preview": "vite preview"
},
"dependencies": {
"brand-shell": "^0.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down