Skip to content

Commit 0dd023b

Browse files
committed
add sencha cmd to path for makebuild
1 parent 5791303 commit 0dd023b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

makebuild

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# build easycom-webui
44
echo -n "build easycom-webui"
55
(
6+
export PATH=~/bin/Sencha/Cmd/6.2.0.103:$PATH
67
cd easycom-webui
78
sencha app build # >> build.log
89
)
@@ -29,4 +30,4 @@ echo " OK"
2930
# provide package tgz
3031
echo -n "provide package tgz"
3132
mv build/production/easycom.tgz .
32-
echo " OK"
33+
echo " OK"

0 commit comments

Comments
 (0)