Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
🔀 Remove /docs (#10)
Browse files Browse the repository at this point in the history
* 🔥 Remove /docs folder

* 📝 Update references to /docs
  • Loading branch information
viniciuskneves committed Oct 3, 2019
1 parent b0ef94c commit 83aa031
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ It is going to run Parcel `serve`, so you will have HMR and a local server runni
npm run build
```

It is going to run Parcel `build` with some extra (minimal) configs. The built project will be inside `/docs` folder.
It is going to run Parcel `build` with some extra (minimal) configs. The built project will be inside `/dist` folder.

# Contribution guidelines

Expand Down
1 change: 0 additions & 1 deletion docs/CNAME

This file was deleted.

Binary file removed docs/ichbineinekartoffel.cd08702e.png
Binary file not shown.
2 changes: 0 additions & 2 deletions docs/index.html

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Ich bin eine Kartoffel",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html --detailed-report --out-dir docs"
"build": "parcel build index.html --detailed-report"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 83aa031

Please sign in to comment.