[PR #1213] [MERGED] Pf2eTools & 5eTools: Fixing npm build #2893

Closed
opened 2025-11-20 05:32:23 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/1213
Author: @TheRealVira
Created: 1/3/2025
Status: Merged
Merged: 1/4/2025
Merged by: @MickLesk

Base: mainHead: pf2e-fix


📝 Commits (10+)

📊 Changes

4 files changed (+38 additions, -0 deletions)

View changed files

📝 ct/5etools.sh (+4 -0)
📝 ct/pf2etools.sh (+4 -0)
📝 install/5etools-install.sh (+15 -0)
📝 install/pf2etools-install.sh (+15 -0)

📄 Description

✍️ Description

Fix for https://github.com/community-scripts/ProxmoxVE/issues/1195


🛠️ Type of Change

Please check the relevant options:

  • Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change unexpectedly)
  • New script (a fully functional and thoroughly tested script or set of scripts)

Prerequisites

The following steps must be completed for the pull request to be considered:

  • Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.)
  • Testing performed (I have thoroughly tested my changes and verified expected functionality.)
  • Documentation updated (I have updated any relevant documentation)

🔄 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/community-scripts/ProxmoxVE/pull/1213 **Author:** [@TheRealVira](https://github.com/TheRealVira) **Created:** 1/3/2025 **Status:** ✅ Merged **Merged:** 1/4/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `pf2e-fix` --- ### 📝 Commits (10+) - [`f32eeee`](https://github.com/community-scripts/ProxmoxVE/commit/f32eeeeb69da0d39f6cc9c50ecefed5f3df2f073) Fixing #1195 - [`2fce925`](https://github.com/community-scripts/ProxmoxVE/commit/2fce925afc7e9cf72c298ddc0f1cf6dc17c2b393) Fixing also for 5etools. - [`b76099d`](https://github.com/community-scripts/ProxmoxVE/commit/b76099d6ee930bbbd80fd9b06c23a364462526ef) Update 5etools.sh - [`96cbf9c`](https://github.com/community-scripts/ProxmoxVE/commit/96cbf9c587b68761d257aec66c40b495ced84b36) Update pf2etools.sh - [`0f9958f`](https://github.com/community-scripts/ProxmoxVE/commit/0f9958f7945d298afead39ae09ef1456c12fda1e) Update 5etools-install.sh - [`02a9ac9`](https://github.com/community-scripts/ProxmoxVE/commit/02a9ac9cffeea7acf577009b859e475585938271) Update pf2etools-install.sh - [`463cf38`](https://github.com/community-scripts/ProxmoxVE/commit/463cf387c6dcd68e70d8373c72f30057c9c4f872) Update 5etools-install.sh - [`cceb028`](https://github.com/community-scripts/ProxmoxVE/commit/cceb02821a3fd3eab9ca3df6db254549c9e7ef40) Update pf2etools-install.sh - [`893618f`](https://github.com/community-scripts/ProxmoxVE/commit/893618f147017b559eae6636d617fe1ede7a56aa) remove pnpm - [`0b1a939`](https://github.com/community-scripts/ProxmoxVE/commit/0b1a9390875844db0ec568e5d7c27d4f407126a1) remove pnpm ### 📊 Changes **4 files changed** (+38 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `ct/5etools.sh` (+4 -0) 📝 `ct/pf2etools.sh` (+4 -0) 📝 `install/5etools-install.sh` (+15 -0) 📝 `install/pf2etools-install.sh` (+15 -0) </details> ### 📄 Description ## ✍️ Description Fix for https://github.com/community-scripts/ProxmoxVE/issues/1195 - - - ## 🛠️ Type of Change Please check the relevant options: - [x] Bug fix (non-breaking change that resolves an issue) - [ ] New feature (non-breaking change that adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change unexpectedly) - [ ] New script (a fully functional and thoroughly tested script or set of scripts) --- ## ✅ Prerequisites The following steps must be completed for the pull request to be considered: - [x] Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.) - [x] Testing performed (I have thoroughly tested my changes and verified expected functionality.) - [ ] Documentation updated (I have updated any relevant documentation) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 05:32:23 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#2893