We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0411ca7 commit 70ae2fbCopy full SHA for 70ae2fb
Makefile
@@ -5,7 +5,7 @@ UGLIFY = "$(CWD)/node_modules/.bin/uglifyjs"
5
JSHINT = "$(CWD)/node_modules/.bin/jshint"
6
XYZ = node_modules/.bin/xyz --repo git@github.com:caolan/async.git
7
8
-BUILDDIR = dist
+BUILDDIR = lib
9
10
all: clean test build
11
@@ -28,6 +28,6 @@ lint:
28
.PHONY: release-major release-minor release-patch
29
release-major release-minor release-patch: all
30
./support/sync-package-managers.js
31
- git add --force dist
+ git add --force $(BUILDDIR)
32
git ci -am "update minified build"
33
@$(XYZ) --increment $(@:release-%=%)
0 commit comments