ci: run rollup build

This commit is contained in:
Jens Langhammer 2020-10-09 11:33:02 +02:00
parent 67be43679c
commit 1ea2d99ff2

View file

@ -219,7 +219,8 @@ stages:
inputs: inputs:
script: | script: |
cd passbook/static/static cd passbook/static/static
yarn npm i
npm run build
- task: CmdLine@2 - task: CmdLine@2
displayName: Run full test suite displayName: Run full test suite
inputs: inputs: