pnpm i workaround

This commit is contained in:
Vitaly Turovsky 2023-09-28 23:48:37 +03:00
commit a0630f5425
4 changed files with 13 additions and 4 deletions

View file

@ -10,7 +10,8 @@ jobs:
uses: actions/checkout@master
- name: Install pnpm
run: npm i -g pnpm
- run: pnpm install
# todo this needs investigating fixing
- run: pnpm install --no-frozen-lockfile
- run: pnpm lint
- run: pnpm check-build
- run: nohup pnpm prod-start &

View file

@ -42,6 +42,7 @@
"jszip": "^3.10.1",
"lit": "^2.8.0",
"lodash-es": "^4.17.21",
"minecraft-assets": "^1.9.1",
"minecraft-data": "^3.0.0",
"net-browserify": "github:zardoy/prismarinejs-net-browserify",
"peerjs": "^1.5.0",
@ -79,7 +80,7 @@
"npm-run-all": "^4.1.5",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"prismarine-viewer": "./prismarine-viewer",
"prismarine-viewer": "link:prismarine-viewer",
"process": "github:PrismarineJS/node-process",
"rimraf": "^5.0.1",
"stream-browserify": "^3.0.0",

9
pnpm-lock.yaml generated
View file

@ -75,6 +75,9 @@ importers:
lodash-es:
specifier: ^4.17.21
version: 4.17.21
minecraft-assets:
specifier: ^1.9.1
version: 1.9.1
minecraft-data:
specifier: 3.45.0
version: 3.45.0
@ -182,7 +185,7 @@ importers:
specifier: ^1.0.1
version: 1.0.1
prismarine-viewer:
specifier: ./prismarine-viewer
specifier: link:prismarine-viewer
version: link:prismarine-viewer
process:
specifier: github:PrismarineJS/node-process
@ -8446,6 +8449,10 @@ packages:
resolution: {integrity: sha512-KtvIRd9gcKlxbvrswGv1Ap9k7tVs//QW2ukp+8vJ28miYwkhUmYfjTZyElIG8KUXV/46wL2kDzLH8SJbXQ56Mg==}
dev: true
/minecraft-assets@1.9.1:
resolution: {integrity: sha512-vYKN5fhMilPafH0CnmYQBCP8zW0Fn3FVvPM25w7HC2PiXZQsP/p3Yl5QdCKjgqTk1LddNdmrw4notNoE6exVRQ==}
dev: false
/minecraft-data@3.45.0:
resolution: {integrity: sha512-LJMKveMXNjQKk48mDEhFgjDQGBAGa0xKDXjsJ865eB2qdFei73vgu1YXQbyK3Zlg5a0cIgfvyHKG8Pf5s6XFqg==}

View file

@ -25,6 +25,7 @@
"compression": "^1.7.4",
"express": "^4.17.1",
"minecraft-data": "^3.0.0",
"minecrafthawkeye": "^1.3.6",
"prismarine-block": "^1.7.3",
"prismarine-chunk": "^1.22.0",
"prismarine-world": "^3.3.1",
@ -45,7 +46,6 @@
"lil-gui": "^0.18.2",
"minecraft-assets": "^1.9.0",
"minecraft-wrap": "^1.3.0",
"minecrafthawkeye": "^1.2.5",
"mineflayer": "^4.0.0",
"mineflayer-pathfinder": "^2.0.0",
"prismarine-schematic": "^1.2.0",