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 c6f50d3 + 900bfc3 commit 6d8c9b6Copy full SHA for 6d8c9b6
.gitignore
@@ -24,4 +24,4 @@ node_modules/
24
25
.eslintcache
26
.dccache
27
-ui/.dccache
+ui/.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