ci: trying to solve with netilify

This commit is contained in:
Gabriel Grubba
2023-09-19 19:45:58 -03:00
parent 75c3c56c39
commit 2f2269ce9d

View File

@@ -1,3 +1,3 @@
[build]
publish = "public"
command = "npm install && npm run build"
command = "npm cache clear --force && npm install && npm run build"