mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
fix(ci): regenerate lockfile for cross-platform optional deps
npm/cli#4828 caused package-lock.json to prune platform variants not matching the local OS. Regenerated from scratch so Windows CI gets @tauri-apps/cli-win32-x64-msvc and lightningcss-win32-x64-msvc. Removed the lightningcss Windows install workaround from desktop workflow. Removed deprecated asyncRequireModulePath from metro config. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
7
.github/workflows/desktop-release.yml
vendored
7
.github/workflows/desktop-release.yml
vendored
@@ -334,13 +334,6 @@ jobs:
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Install Lightning CSS Windows binary
|
||||
shell: bash
|
||||
run: |
|
||||
set -euo pipefail
|
||||
version="$(node -p "require('./package.json').overrides.lightningcss")"
|
||||
npm install --no-save "lightningcss-win32-x64-msvc@${version}"
|
||||
|
||||
- name: Build web app for Tauri
|
||||
run: npm run build:web --workspace=@getpaseo/app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user