Skip to content

Commit ababd2d

Browse files
Merge pull request #130 from yosiat/fix-build-proto-cp
build.sh: fix copying proto directory
2 parents ed3b1d0 + 96c5fab commit ababd2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ cp package.json build/
2828
cp README.md build/
2929

3030
# Copy Proto Files
31-
cp -R ./src/proto/ ./build
31+
cp -R ./src/proto ./build

0 commit comments

Comments
 (0)