Skip to content

Commit c044a42

Browse files
committed
Fix make steps order
1 parent df4d320 commit c044a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.PHONY: clean dev all check checkstatic unittests phpdev jslatest testdata
22

33
all: VERSION
4+
composer install --no-dev
45
npm ci
56
npm run build
6-
composer install --no-dev
77

88
# If anything changes, re-generate the VERSION file
99
VERSION: .

0 commit comments

Comments
 (0)