Skip to content

Commit

Permalink
Don't serve dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
cutiful committed Mar 29, 2020
1 parent f855904 commit 71f2c7d
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 @@ -18,7 +18,7 @@
"start": "npm-run-all --parallel serve watch",
"watch": "rollup -c -w",
"build": "rollup -c",
"serve": "ws -d public",
"serve": "ws -d public --blacklist '/.(.*)'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
Expand Down

0 comments on commit 71f2c7d

Please sign in to comment.