diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml new file mode 100644 index 0000000..5491ef9 --- /dev/null +++ b/.onedev-buildspec.yml @@ -0,0 +1,6 @@ +version: 19 +services: +- name: run + image: node:lts-hydrogen + arguments: npm start + readinessCheckCommand: npm run build