Skip to content

Commit

Permalink
fix: fixing a typo so /dist is git ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
gja committed Jan 2, 2019
1 parent d63811f commit 75c4b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/create-cloudflare-worker
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ git init

# npm pack skips .gitignore and package-lock.json, so doing some hacks
cat > .gitignore <<EOF
/dest
/dist
/node_modules
EOF

Expand Down

0 comments on commit 75c4b1b

Please sign in to comment.