[PR #3057] [MERGED] Add ci to publish react pack #3857

Closed
opened 2026-02-27 01:54:02 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/3057
Author: @zxdong262
Created: 10/27/2023
Status: Merged
Merged: 10/27/2023
Merged by: @zxdong262

Base: masterHead: test-npm2


📝 Commits (6)

📊 Changes

34 files changed (+410 additions, -26 deletions)

View changed files

📝 .github/workflows/npm.yml (+2 -2)
.github/workflows/npm2.yml (+25 -0)
📝 .gitignore (+1 -0)
build/bin/publish-electerm-react.js (+16 -0)
build/web-app/.npmignore (+2 -0)
build/web-app/LICENSE (+21 -0)
build/web-app/README.md (+31 -0)
build/web-app/package.json (+33 -0)
📝 package.json (+1 -1)
src/client/common/build-proxy.js (+18 -0)
src/client/common/build-run-scripts.js (+6 -0)
src/client/common/build-ssh-tunnel.js (+7 -0)
📝 src/client/common/constants.js (+22 -1)
src/client/common/db-defaults.js (+123 -0)
📝 src/client/common/db-fix.js (+3 -3)
src/client/common/default-setting.js (+41 -0)
📝 src/client/common/pass-enc.js (+17 -1)
📝 src/client/common/sftp.js (+1 -2)
src/client/common/version-compare.js (+25 -0)
📝 src/client/components/bookmark-form/serial-form-ui.jsx (+1 -1)

...and 14 more files

📄 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/electerm/electerm/pull/3057 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 10/27/2023 **Status:** ✅ Merged **Merged:** 10/27/2023 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `test-npm2` --- ### 📝 Commits (6) - [`3db92a3`](https://github.com/electerm/electerm/commit/3db92a328cb5312a42b72f7133113d47dcc1cf31) Add ci to publish electerm-react - [`f185807`](https://github.com/electerm/electerm/commit/f185807f887a53d57039c6e609f4da27c9c30a2e) fix - [`cd919f9`](https://github.com/electerm/electerm/commit/cd919f90a7a1432d12ba5288c7c4c2069fb55023) fix1 - [`f3a63e9`](https://github.com/electerm/electerm/commit/f3a63e936775b6e1e16e20b558e5af0cc8364ded) fix2 - [`859e9f9`](https://github.com/electerm/electerm/commit/859e9f94ed65d9143db47160f4bdd9971cce6079) Code clean - [`33160e5`](https://github.com/electerm/electerm/commit/33160e5721f13407342e77f91fd4e63eb27d5241) fix build ### 📊 Changes **34 files changed** (+410 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/npm.yml` (+2 -2) ➕ `.github/workflows/npm2.yml` (+25 -0) 📝 `.gitignore` (+1 -0) ➕ `build/bin/publish-electerm-react.js` (+16 -0) ➕ `build/web-app/.npmignore` (+2 -0) ➕ `build/web-app/LICENSE` (+21 -0) ➕ `build/web-app/README.md` (+31 -0) ➕ `build/web-app/package.json` (+33 -0) 📝 `package.json` (+1 -1) ➕ `src/client/common/build-proxy.js` (+18 -0) ➕ `src/client/common/build-run-scripts.js` (+6 -0) ➕ `src/client/common/build-ssh-tunnel.js` (+7 -0) 📝 `src/client/common/constants.js` (+22 -1) ➕ `src/client/common/db-defaults.js` (+123 -0) 📝 `src/client/common/db-fix.js` (+3 -3) ➕ `src/client/common/default-setting.js` (+41 -0) 📝 `src/client/common/pass-enc.js` (+17 -1) 📝 `src/client/common/sftp.js` (+1 -2) ➕ `src/client/common/version-compare.js` (+25 -0) 📝 `src/client/components/bookmark-form/serial-form-ui.jsx` (+1 -1) _...and 14 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 01:54:02 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/electerm#3857
No description provided.