pchl/.onedev-buildspec.yml

7 lines
123 B
YAML

version: 19
services:
- name: run
image: node:lts-hydrogen
arguments: npm start
readinessCheckCommand: npm run build