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 ab790de commit de6bd52Copy full SHA for de6bd52
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