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 Feb 14, 2023
1 parent ab790de commit de6bd52
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 de6bd52

Please sign in to comment.