Skip to content

Commit

Permalink
Add --host to fix ECONNREFUSED in Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkleemans committed Nov 17, 2023
1 parent 03803ad commit 7baafe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -23,7 +23,7 @@
"lint": "standard --fix",
"cypress": "cypress run",
"example:build": "cd ./example && npm ci && npm run build",
"example:preview": "cd ./example && npm run preview"
"example:preview": "cd ./example && npm run preview -- --host"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 7baafe1

Please sign in to comment.