Skip to content

Commit 5ed7fe9

Browse files
authored
fix: more build issues resolved (#54)
fixes issues with builds not working on php 8 with ubuntu-latest
1 parent 9899712 commit 5ed7fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ package:
4949
make revert
5050

5151
build:
52-
make tools
52+
test -s node_modules/.bin/minify || npm install
5353
make build-assets
5454
make update-whois
5555
make replace

0 commit comments

Comments
 (0)