Remove empty line

This commit is contained in:
Trevor Blades
2019-08-21 20:17:34 -07:00
parent 3e2f33c6a1
commit ecffa75d40

View File

@@ -21,7 +21,6 @@ jobs:
run: | run: |
npm install npm install
npm test npm test
-
- name: Register schema - name: Register schema
run: | run: |
npx pm2 start index.js --node-args"-r esm" npx pm2 start index.js --node-args"-r esm"