We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5036727 commit aa8be33Copy full SHA for aa8be33
build.sh
@@ -0,0 +1,7 @@
1
+./genCommitId.sh
2
+cd src
3
+echo "==== Installing/updating build tools... ===="
4
+npm install
5
+echo "==== Building... ===="
6
+npm run build
7
+echo "==== Build finished successfully ===="
0 commit comments