[PR #4795] [CLOSED] [POC] Remove bash requirement for building from source #5586

Closed
opened 2026-02-28 21:14:52 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4795
Author: @MikesGlitch
Created: 4/12/2025
Status: Closed

Base: masterHead: poc/node-over-bash


📝 Commits (4)

📊 Changes

8 files changed (+156 additions, -65 deletions)

View changed files

📝 package.json (+2 -0)
📝 packages/loot-core/bin/build-api (+1 -1)
packages/loot-core/bin/build-browser (+0 -53)
packages/loot-core/bin/build-browser.js (+113 -0)
packages/loot-core/bin/copy-migrations (+0 -9)
packages/loot-core/bin/copy-migrations.js (+36 -0)
📝 packages/loot-core/package.json (+2 -2)
📝 yarn.lock (+2 -0)

📄 Description

A testing ground for converting the bash scripts to js for the build process. It should allow developers to run the build scripts without having bash.


🔄 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/actualbudget/actual/pull/4795 **Author:** [@MikesGlitch](https://github.com/MikesGlitch) **Created:** 4/12/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `poc/node-over-bash` --- ### 📝 Commits (4) - [`2671522`](https://github.com/actualbudget/actual/commit/2671522f40468fdd425d3e435d985260949f3e35) node over bash scripts for building to remove need for bash - [`cdceefa`](https://github.com/actualbudget/actual/commit/cdceefabbdb317990be3d395844d6cf434006db9) copy-migrations api - [`9aa4cd4`](https://github.com/actualbudget/actual/commit/9aa4cd41aecbaad14b00222ddfe0eb5bea22aa8a) fix - [`0388eb1`](https://github.com/actualbudget/actual/commit/0388eb1eaceac53ceda852fed4ed0c2f6cf09f11) empty-commit ### 📊 Changes **8 files changed** (+156 additions, -65 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+2 -0) 📝 `packages/loot-core/bin/build-api` (+1 -1) ➖ `packages/loot-core/bin/build-browser` (+0 -53) ➕ `packages/loot-core/bin/build-browser.js` (+113 -0) ➖ `packages/loot-core/bin/copy-migrations` (+0 -9) ➕ `packages/loot-core/bin/copy-migrations.js` (+36 -0) 📝 `packages/loot-core/package.json` (+2 -2) 📝 `yarn.lock` (+2 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> A testing ground for converting the bash scripts to js for the build process. It should allow developers to run the build scripts without having bash. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-28 21:14:52 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#5586