Liu Song’s Projects


~/Projects/hoppscotch

git clone https://code.lsong.org/hoppscotch

Commit

Commit
6d9ac84859ff778990e292d17613d130e687ca78
Author
liyasthomas <[email protected]>
Date
2021-08-03 00:29:42 +0530 +0530
Diffstat
 netlify.toml | 1 -

fix: use build commands mentioned in Netlify UI


diff --git a/netlify.toml b/netlify.toml
index 98177f38b70943823b7cb9c0dca5b2aa3b43a049..8b57eafa5a41e40a9f66381ff6db1f307d8dc11f 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,5 +1,4 @@
 [build]
-  command = "npm run generate"
   functions = "netlify/"
   environment = { NODE_VERSION = "14" }