Browse Source

Update netlify.toml

liuziting 7 tháng trước cách đây
mục cha
commit
35ca8ac50b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      netlify.toml

+ 1 - 1
netlify.toml

@@ -1,5 +1,5 @@
 [build]
-  command = "npm install && npm run build:netlify"
+  command = "node netlify-build.js"
   publish = "dist"
 
 [build.environment]