Skip to content

Commit 4b1366a

Browse files
committed
fix no-links target in make all
1 parent ca08898 commit 4b1366a

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
@@ -1,6 +1,6 @@
11
OPTS := ""
22

3-
all: test md links only-dev only-prod json json-pretty
3+
all: test md no-links only-dev only-prod json json-pretty
44

55
test:
66
php ./composer-lock-diff --from test-data/composer.lock.from --to test-data/composer.lock.to $(OPTS)

0 commit comments

Comments
 (0)