Skip to content

Commit e72b154

Browse files
committed
add build.sh
1 parent 3f84d0a commit e72b154

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
3+
cd $(dirname $0)
4+
5+
exec npm run build

0 commit comments

Comments
 (0)