Skip to content

Commit

Permalink
use open flag
Browse files Browse the repository at this point in the history
  • Loading branch information
shahata committed Dec 30, 2023
1 parent 3ef65dc commit 875c032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"scripts": {
"start": "node src/index.js",
"serve": "open https://127.0.0.1/ && http-server -p 443 -P https://127.0.0.1/ -S",
"serve": "http-server -p 443 -S -o",
"test": "f(){ if [ -z \"$CI\" ]; then jest --onlyChanged $*; else jest $*; fi }; NODE_OPTIONS=--experimental-vm-modules f",
"lint": "eslint src && tsc",
"prepare": "husky install"
Expand Down

0 comments on commit 875c032

Please sign in to comment.