ci(build-font): Fix env var GH actions

This commit is contained in:
Eric Fennis
2026-03-04 10:39:55 +01:00
parent 0ea8780434
commit e8e800f98d
2 changed files with 3 additions and 1 deletions

View File

@@ -134,6 +134,8 @@ jobs:
- name: Create font in ./lucide-font
run: pnpm build:font --saveCodePoints
env:
BLOB_READ_WRITE_TOKEN: ${{ secrets.BLOB_READ_WRITE_TOKEN }}
- name: 'Upload to Artifacts'
uses: actions/upload-artifact@v4

View File

@@ -6,7 +6,7 @@
"main": "main.ts",
"type": "module",
"scripts": {
"start": "node --env-file-if-exists=.env ./src/main.ts"
"start": "node ./src/main.ts"
},
"keywords": [],
"author": "",