mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 04:05:40 +03:00
10 lines
278 B
Diff
10 lines
278 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -143,6 +143,7 @@
|
|
install-ui-dependencies:
|
|
@echo "--> Installing JavaScript assets"
|
|
@cd ui && yarn --ignore-optional
|
|
+ @cd ui && npx -y browserslist@latest --update-db
|
|
|
|
test-ember: install-ui-dependencies
|
|
@echo "--> Running ember tests"
|