[PR #539] [MERGED] Allow build on any OS #817

Closed
opened 2026-02-04 18:53:15 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/539
Author: @rmartinoscar
Created: 8/11/2024
Status: Merged
Merged: 8/16/2024
Merged by: @notAreYouScared

Base: mainHead: feature/dev_on_any_os


📝 Commits (1)

📊 Changes

2 files changed (+56 additions, -1 deletions)

View changed files

📝 package.json (+2 -1)
📝 yarn.lock (+54 -0)

📄 Description

Add rimraf to allow build on any OS instead of find like on the feature/vite branch
ca2f1519de/package.json (L8)

Windows's find is different so unless you change that in the path or edit package.json every single time you can't do much


🔄 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/pelican-dev/panel/pull/539 **Author:** [@rmartinoscar](https://github.com/rmartinoscar) **Created:** 8/11/2024 **Status:** ✅ Merged **Merged:** 8/16/2024 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `feature/dev_on_any_os` --- ### 📝 Commits (1) - [`95bd4d7`](https://github.com/pelican-dev/panel/commit/95bd4d709769ada31c789e10e051cf5c602f5fe7) Patch for node 18 ### 📊 Changes **2 files changed** (+56 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+2 -1) 📝 `yarn.lock` (+54 -0) </details> ### 📄 Description Add [rimraf](https://npmjs.com/package/rimraf) to allow build on any OS instead of [find](https://www.gnu.org/software/findutils/manual/html_mono/find.html) like on the [feature/vite](https://github.com/pelican-dev/panel/tree/feature/vite) branch https://github.com/pelican-dev/panel/blob/ca2f1519deb6572fd7d95109c5df66e8b25cf10a/package.json#L8 > Windows's `find` is different so unless you change that in the path or edit _package.json_ every single time you can't do much --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 18:53:15 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#817