[PR #13] [MERGED] fix: remove shebang to fix window e2e #179

Closed
opened 2026-02-15 19:16:36 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/create-llama/pull/13
Author: @thucpn
Created: 3/20/2024
Status: Merged
Merged: 3/21/2024
Merged by: @marcusschiesser

Base: mainHead: fix/remove-shebang-code


📝 Commits (8)

  • 9ee3615 fix: remove shebang to fix window e2e
  • e6707da fix: use pnpm pack to install create-llama for e2e
  • 8d3498d fix: re-add shebang
  • e480db5 fix: use bash scripts
  • ebe6583 debug: e2e window
  • 6ec1b40 test: manual add sebang to top of build file
  • fbe1021 test: use echo
  • 39e6f54 fix: revert test

📊 Changes

8 files changed (+25 additions, -8 deletions)

View changed files

.changeset/chatty-toes-retire.md (+5 -0)
📝 .github/workflows/e2e.yml (+2 -2)
📝 .gitignore (+3 -0)
📝 CONTRIBUTING.md (+2 -2)
📝 index.ts (+0 -1)
📝 package.json (+3 -3)
scripts/build.sh (+7 -0)
scripts/pack.sh (+3 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/create-llama/pull/13 **Author:** [@thucpn](https://github.com/thucpn) **Created:** 3/20/2024 **Status:** ✅ Merged **Merged:** 3/21/2024 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `fix/remove-shebang-code` --- ### 📝 Commits (8) - [`9ee3615`](https://github.com/run-llama/create-llama/commit/9ee3615109f1ab23c1d41a46848747f18599b7fa) fix: remove shebang to fix window e2e - [`e6707da`](https://github.com/run-llama/create-llama/commit/e6707daa568bdb49b012d2f63162282ab765b113) fix: use pnpm pack to install create-llama for e2e - [`8d3498d`](https://github.com/run-llama/create-llama/commit/8d3498d2a113bebc3542ee1055fef654d301678e) fix: re-add shebang - [`e480db5`](https://github.com/run-llama/create-llama/commit/e480db510a8b23c370b6f5ce2791dd9df1453125) fix: use bash scripts - [`ebe6583`](https://github.com/run-llama/create-llama/commit/ebe6583c6cc9e3afbfb7ea91ca96a4f361f99f86) debug: e2e window - [`6ec1b40`](https://github.com/run-llama/create-llama/commit/6ec1b4039ab2ad6e0b36d908524fc069cddc6df8) test: manual add sebang to top of build file - [`fbe1021`](https://github.com/run-llama/create-llama/commit/fbe10215bf0d1d99b4f3b8e148c54d612a1c94e0) test: use echo - [`39e6f54`](https://github.com/run-llama/create-llama/commit/39e6f5451a272e3e49b2cc23a4cc1df29def6cd1) fix: revert test ### 📊 Changes **8 files changed** (+25 additions, -8 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/chatty-toes-retire.md` (+5 -0) 📝 `.github/workflows/e2e.yml` (+2 -2) 📝 `.gitignore` (+3 -0) 📝 `CONTRIBUTING.md` (+2 -2) 📝 `index.ts` (+0 -1) 📝 `package.json` (+3 -3) ➕ `scripts/build.sh` (+7 -0) ➕ `scripts/pack.sh` (+3 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 19:16:36 -05:00
yindo closed this issue 2026-02-15 19:16:36 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/create-llama#179