Skip to content

Commit 521e756

Browse files
committed
examples: Get build script in line with latest GopherJS
1 parent b67850c commit 521e756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎examples/build.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
for D in `find . -type d -not -path '*/\.*'`
44
do
55
pushd $D
6-
gopherjs -m build
6+
gopherjs build -m
77
popd
88
done
99

0 commit comments

Comments
 (0)