Skip to content

Commit 84d23fc

Browse files
committed
Try fixing Netlify deploys: 1
1 parent da54c98 commit 84d23fc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ node_modules
44
dist
55
lib
66
es
7+
yarn.lock
78

89

910
.idea/

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[build]
22
base = "website"
33
publish = "website/build"
4-
command = "yarn build"
4+
command = "npm run build"

0 commit comments

Comments
 (0)