Skip to content

Commit

Permalink
pnpm i workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Sep 28, 2023
1 parent 930d7bc commit a0630f5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 &
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
9 changes: 8 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion prismarine-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit a0630f5

Please sign in to comment.