ci: run rollup build
This commit is contained in:
parent
67be43679c
commit
1ea2d99ff2
|
@ -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:
|
||||||
|
|
Reference in a new issue