fix(ci): rebuild lightningcss for runner platform
Build and deploy / deploy (push) Successful in 35s

This commit is contained in:
2026-07-26 18:24:55 +02:00
parent e64e8d3ff2
commit b13afbf2ce
+3 -1
View File
@@ -14,7 +14,9 @@ jobs:
with: with:
node-version: 22 node-version: 22
- run: npm ci - run: |
npm ci
npm rebuild lightningcss
- name: Build - name: Build
run: | run: |