Skip to content

Commit b3d955f

Browse files
committed
Update package.json to include pnpm configuration for built dependencies, modify build.yml to allow installation without frozen lockfile, remove unused index.html and vConsole.js files, update Info.plist with new web URL, and adjust pppwd.html for improved password handling and UI text changes.
1 parent 73c202f commit b3d955f

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Init Project Config
3838
run: |
39-
pnpm install
39+
pnpm install --no-frozen-lockfile
4040
pnpm pp:worker
4141
4242
- name: Generate AppIcon

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,10 @@
2121
"fs-extra": "^11.3.0",
2222
"plist": "^3.1.0",
2323
"sharp": "^0.34.1"
24+
},
25+
"pnpm": {
26+
"onlyBuiltDependencies": [
27+
"sharp"
28+
]
2429
}
2530
}

0 commit comments

Comments
 (0)