We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7c5b54 + 1f6da77 commit 258bcd9Copy full SHA for 258bcd9
.gitignore
@@ -22,4 +22,5 @@ node_modules/
22
23
.vercel
24
25
-.eslintcache
+.eslintcache
26
+.dccache
build.sh
@@ -1,3 +1,6 @@
1
+# build command format is
2
+# bash build.sh
3
+
4
set -e
5
#The above command is to fail build if any one of the below build steps fail
6
0 commit comments