Skip to content

Commit aa8be33

Browse files
committed
Add build.sh
1 parent 5036727 commit aa8be33

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.sh

+7
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)