Skip to content

Commit

Permalink
fix(create): use correct open path
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsDenBakker committed Jun 5, 2019
1 parent bc07726 commit 02cab4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "<%= tagName %>",
"license": "MIT",
"scripts": {
"start": "owc-dev-server --open ./src"
"start": "owc-dev-server --open"
},
"dependencies": {
"lit-html": "^1.0.0",
Expand Down

0 comments on commit 02cab4b

Please sign in to comment.