mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
removed standalone build job
This commit is contained in:
parent
a48d466e6a
commit
327462321c
2 changed files with 0 additions and 7 deletions
|
@ -8,8 +8,6 @@ jobs:
|
||||||
BuildConfiguration: development
|
BuildConfiguration: development
|
||||||
Production:
|
Production:
|
||||||
BuildConfiguration: production
|
BuildConfiguration: production
|
||||||
Standalone:
|
|
||||||
BuildConfiguration: standalone
|
|
||||||
|
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'ubuntu-latest'
|
vmImage: 'ubuntu-latest'
|
||||||
|
@ -39,10 +37,6 @@ jobs:
|
||||||
displayName: 'Build Production'
|
displayName: 'Build Production'
|
||||||
condition: eq(variables['BuildConfiguration'], 'production')
|
condition: eq(variables['BuildConfiguration'], 'production')
|
||||||
|
|
||||||
- script: 'yarn build:standalone'
|
|
||||||
displayName: 'Build Standalone'
|
|
||||||
condition: eq(variables['BuildConfiguration'], 'standalone')
|
|
||||||
|
|
||||||
- script: 'test -d dist'
|
- script: 'test -d dist'
|
||||||
displayName: 'Check Build'
|
displayName: 'Check Build'
|
||||||
|
|
||||||
|
|
|
@ -126,7 +126,6 @@
|
||||||
"prepare": "webpack --config webpack.prod.js",
|
"prepare": "webpack --config webpack.prod.js",
|
||||||
"build:development": "webpack --config webpack.dev.js",
|
"build:development": "webpack --config webpack.dev.js",
|
||||||
"build:production": "webpack --config webpack.prod.js",
|
"build:production": "webpack --config webpack.prod.js",
|
||||||
"build:standalone": "webpack --config webpack.standalone.js",
|
|
||||||
"lint": "eslint \".\"",
|
"lint": "eslint \".\"",
|
||||||
"stylelint": "stylelint \"src/**/*.css\""
|
"stylelint": "stylelint \"src/**/*.css\""
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue