Skip to content

Commit

Permalink
CI: reintroduce explicit call to npm install (#859)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Jan 22, 2022
1 parent 19e0072 commit 2a65214
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,11 +3,11 @@

[build]
publish = "userguide/public"
command = "npm run build:preview"
command = "npm install && npm run build:preview"

[build.environment]
GO_VERSION = "1.17.6"
HUGO_THEME = "repo"

[context.production]
command = "npm run build:production"
command = "npm install && npm run build:production"

0 comments on commit 2a65214

Please sign in to comment.