Skip to content

Commit

Permalink
Update netlify toml
Browse files Browse the repository at this point in the history
  • Loading branch information
biilmann authored and erquhart committed Jul 15, 2019
1 parent de32c7b commit 78c8b68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
NPM_VERSION = "6.4.1"

[build]
command = "npm run build"
command = "yarn build"
publish = "dist"

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

0 comments on commit 78c8b68

Please # to comment.