Skip to content

Commit

Permalink
Move netlify.toml to the base of the repository.
Browse files Browse the repository at this point in the history
Signed-off-by: David Calavera <david.calavera@gmail.com>
  • Loading branch information
calavera committed Mar 16, 2017
1 parent 72e5005 commit e3828e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion www/netlify.toml → netlify.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[build]
base = "www"
command = "npm run build"
publish = "dist"
publish = "www/dist"

[context.deploy-preview]
command = "npm run build-preview"

0 comments on commit e3828e2

Please sign in to comment.