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
|
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\"
|
||||||
npx apollo service:push
|
npx apollo service:push
|
||||||
env:
|
env:
|
||||||
port: 5000
|
port: 5000
|
||||||
|
|||||||
@@ -7,6 +7,9 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit",
|
"test": "echo \"Error: no test specified\" && exit",
|
||||||
"start": "nodemon -r dotenv/config -r esm index.js"
|
"start": "nodemon -r dotenv/config -r esm index.js"
|
||||||
},
|
},
|
||||||
|
"eslintConfig": {
|
||||||
|
"extends": "@trevorblades"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"apollo-server": "^2.7.0",
|
"apollo-server": "^2.7.0",
|
||||||
"countries-list": "^2.4.3",
|
"countries-list": "^2.4.3",
|
||||||
|
|||||||
Reference in New Issue
Block a user