ci: run rollup build

This commit is contained in:
Jens Langhammer 2020-10-09 11:33:02 +02:00
parent 67be43679c
commit 1ea2d99ff2
1 changed files with 2 additions and 1 deletions

View File

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