We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df4d320 commit c044a42Copy full SHA for c044a42
Makefile
100644
100755
@@ -1,9 +1,9 @@
1
.PHONY: clean dev all check checkstatic unittests phpdev jslatest testdata
2
3
all: VERSION
4
+ composer install --no-dev
5
npm ci
6
npm run build
- composer install --no-dev
7
8
# If anything changes, re-generate the VERSION file
9
VERSION: .
0 commit comments