mirror of
https://github.com/FranP-code/countries.git
synced 2025-10-13 00:02:15 +00:00
escape double quotes in pm2 command
This commit is contained in:
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
npm test
|
||||
- name: Register schema
|
||||
run: |
|
||||
'npx pm2 start index.js --node-args"-r esm"'
|
||||
npx pm2 start index.js --node-args \"-r esm\"
|
||||
npx apollo service:push
|
||||
env:
|
||||
port: 5000
|
||||
|
||||
@@ -7,6 +7,9 @@
|
||||
"test": "echo \"Error: no test specified\" && exit",
|
||||
"start": "nodemon -r dotenv/config -r esm index.js"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "@trevorblades"
|
||||
},
|
||||
"dependencies": {
|
||||
"apollo-server": "^2.7.0",
|
||||
"countries-list": "^2.4.3",
|
||||
|
||||
Reference in New Issue
Block a user