1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Remove SKIP_PREPARE env variable usages

This commit is contained in:
Bill Thornton 2023-03-10 12:31:36 -05:00
parent c50bc44c3b
commit 8277fa0d32
2 changed files with 0 additions and 8 deletions

View file

@ -26,8 +26,6 @@ jobs:
- script: 'npm ci --no-audit'
displayName: 'Install Dependencies'
env:
SKIP_PREPARE: 'true'
- script: 'npm run build:development'
displayName: 'Build Development'