Skip to content

Commit f3dca7e

Browse files
committed
Added --open flag to serve command
1 parent 7c01e68 commit f3dca7e

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
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"author": "mcibique (https://github.com/mcibique)",
88
"scripts": {
9-
"serve": "vue-cli-service serve",
9+
"serve": "vue-cli-service serve --open",
1010
"build": "vue-cli-service build",
1111
"test": "nyc vue-cli-service test:unit 'src/**/*.spec.js' --include ./src/bootstrap.js ./test/unit/index.js",
1212
"test:watch": "npm run test -- --watch",

0 commit comments

Comments
 (0)