Fix CI
This commit is contained in:
parent
e2ae0d1e2b
commit
1b69bad510
1 changed files with 0 additions and 6 deletions
|
@ -21,8 +21,6 @@ jobs:
|
|||
BuildConfiguration: development
|
||||
Production:
|
||||
BuildConfiguration: production
|
||||
Standalone:
|
||||
BuildConfiguration: standalone
|
||||
|
||||
pool:
|
||||
vmImage: 'ubuntu-latest'
|
||||
|
@ -52,10 +50,6 @@ jobs:
|
|||
displayName: 'Build Bundle'
|
||||
condition: eq(variables['BuildConfiguration'], 'production')
|
||||
|
||||
- script: 'yarn build:standalone'
|
||||
displayName: 'Build Standalone'
|
||||
condition: eq(variables['BuildConfiguration'], 'standalone')
|
||||
|
||||
- script: 'test -d dist'
|
||||
displayName: 'Check Build'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue