Patch up to use a published patched meshcore-decoder and add a test script for different node versions

This commit is contained in:
Jack Kingsman
2026-03-08 18:35:58 -07:00
parent 9673b25ab3
commit 77523c1b15
4 changed files with 55 additions and 7 deletions
-1
View File
@@ -6,7 +6,6 @@ ARG COMMIT_HASH=unknown
WORKDIR /build
COPY frontend/package.json frontend/.npmrc ./
COPY frontend/lib/meshcore-decoder ./lib/meshcore-decoder
RUN npm install
COPY frontend/ ./