Skip to content

Commit

Permalink
Fixed netlify production and build commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgrozav committed Apr 5, 2020
1 parent 21b9faa commit a1d5f9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netlify.toml
@@ -1,7 +1,7 @@
[build]
base = "packages/docs/"
publish = "packages/docs/dist/"
command = "npm run build && npm run generate"
command = "npm run link && npm run build && npm run generate"

[context.production]
command = "npm run link && npm run build && npm run generate"
command = "npm run build && npm run generate"

0 comments on commit a1d5f9e

Please sign in to comment.