Skip to content

Commit 70ae2fb

Browse files
committed
Build distribution file to lib/async.min.js
1 parent 0411ca7 commit 70ae2fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ UGLIFY = "$(CWD)/node_modules/.bin/uglifyjs"
55
JSHINT = "$(CWD)/node_modules/.bin/jshint"
66
XYZ = node_modules/.bin/xyz --repo git@github.com:caolan/async.git
77

8-
BUILDDIR = dist
8+
BUILDDIR = lib
99

1010
all: clean test build
1111

@@ -28,6 +28,6 @@ lint:
2828
.PHONY: release-major release-minor release-patch
2929
release-major release-minor release-patch: all
3030
./support/sync-package-managers.js
31-
git add --force dist
31+
git add --force $(BUILDDIR)
3232
git ci -am "update minified build"
3333
@$(XYZ) --increment $(@:release-%=%)

0 commit comments

Comments
 (0)