Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Commit 74103a3

Browse files
nalbionrnicholus
authored andcommitted
fix(Makefile): wrong case of client/commonJs (#1828)
1 parent 0bfae7b commit 74103a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ zip-all:
363363
setup-dist:
364364
mkdir -p $(pub-dir)
365365
cp LICENSE README.md package.json $(pub-dir)
366-
cp -pR $(src-dir)/commonjs/ $(pub-dir)/lib/
366+
cp -pR $(src-dir)/commonJs/ $(pub-dir)/lib/
367367
cp -pR $(src-dir)/typescript $(pub-dir)/
368368

369369
copy-build-to-dist:

0 commit comments

Comments
 (0)