Luke Childs
2 years ago
1 changed files with 1 additions and 1 deletions
@ -1,5 +1,5 @@ |
|||||
{ |
{ |
||||
"installCommand": "npm install && cd website && npm install", |
"installCommand": "npm install && cd website && npm install", |
||||
"buildCommand": "cd website && npm run build", |
"buildCommand": "cd website && npm run build", |
||||
"outputDirectory": "website" |
"outputDirectory": "website/dist" |
||||
} |
} |
Loading…
Reference in new issue