Skip to content

Commit 91fb5cc

Browse files
committed
opn bump followup: fix cli invocation
1 parent 1449df0 commit 91fb5cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "src/index.js",
66
"scripts": {
77
"test": "kill $(lsof -t -i:8838) & npm run server:test & cypress run --browser chrome",
8-
"dev": "npm run generate-sw-dev && opn http://localhost:8833/ && npm run server",
8+
"dev": "npm run generate-sw-dev && open-cli http://localhost:8833/ && npm run server",
99
"server": "http-server docs -a localhost -p 8833 -s",
1010
"server:test": "http-server docs -a localhost -p 8838 -s",
1111
"start": "npm run server",

0 commit comments

Comments
 (0)