Files
2026-02-25 13:16:14 +01:00

6 lines
104 B
YAML

steps:
- task: Npm@1
displayName: 'Build'
inputs:
command: custom
customCommand: 'run build'