mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 07:04:45 +00:00
Regenerate package-lock.json with all platform bindings
Reverts CI workarounds - the lockfile now properly includes Linux native bindings for parcel watcher, rollup, tailwindcss oxide, and lightningcss.
This commit is contained in:
parent
5c1228a017
commit
edc576024f
2 changed files with 2856 additions and 407 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
|
@ -30,14 +30,7 @@ jobs:
|
|||
sudo ln -s $(which fdfind) /usr/local/bin/fd
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
npm ci
|
||||
# package-lock.json was generated on macOS and is missing Linux native bindings
|
||||
# Install bindings needed by tailwindcss
|
||||
npm install --no-save --force \
|
||||
@parcel/watcher-linux-x64-glibc@2.5.1 \
|
||||
lightningcss-linux-x64-gnu@1.30.2 \
|
||||
@tailwindcss/oxide-linux-x64-gnu@4.1.18
|
||||
run: npm ci
|
||||
|
||||
- name: Build
|
||||
run: npm run build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue