Skip to content

Commit

Permalink
Fix make steps order
Browse files Browse the repository at this point in the history
  • Loading branch information
laemtl committed Dec 21, 2022
1 parent df4d320 commit c044a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.PHONY: clean dev all check checkstatic unittests phpdev jslatest testdata

all: VERSION
composer install --no-dev
npm ci
npm run build
composer install --no-dev

# If anything changes, re-generate the VERSION file
VERSION: .
Expand Down

0 comments on commit c044a42

Please sign in to comment.