Skip to content

Commit 0e71521

Browse files
committed
fix: netlify deploy
1 parent 5755701 commit 0e71521

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ yarn-error.log*
2525

2626
# Local Netlify folder
2727
.netlify
28+
29+
package-lock.json

netlify.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build]
2+
command = "rm -rf node_modules && npm install && npm run build"
3+
publish = "dist"

0 commit comments

Comments
 (0)